Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 2131 → Rev 2132

/web/acc/manager/htdocs/help/filtering_help.html
15,15 → 15,15
<tr><td valign="middle" align="left">
Cet attribut définit le niveau de filtrage d'un usager :<br/>
- Aucun : aucun filtrage<br/>
- Antivirus : antivirus activé<br/>
- Antivirus + Blacklist : antivirus activé + filtrage par la blacklist<br/>
- Antivirus + Whitelist : antivirus activé + filtrage par la whitelist
- Antivirus WEB : antivirus activé (sur les flux HTTP uniquement)<br/>
- Antivirus WEB + Blacklist : antivirus + filtrage d'adresses IP, de domaines et d'URL par Blacklist<br/>
- Antivirus WEB + Whitelist : antivirus + filtrage d'adresses IP, de domaines et d'URL par Whitelist
<HR>
This attribute defines the filtering level for a user :<br/>
- None : no filtering<br/>
- Antivirus : antivirus activated<br/>
- Antivirus + Blacklist : antivirus activated + blacklist filtering<br/>
- Antivirus + Whitelist : antivirus activated + whitelist filtering
- WEB Antivirus : antivirus enabled (only on HTTP flows)<br/>
- WEB Antivirus + Blacklist : antivirus + IP addresses, DNS names and URL filtering with a Blacklist<br/>
- WEB Antivirus + Whitelist : antivirus + IP addresses, DNS names and URL filtering with a Whitelist
</td></tr>
</table>
<br>
/web/acc/manager/htdocs/help/protocols_help.html
13,17 → 13,17
</TABLE>
<TABLE width="100%" border=1 cellspacing=0 cellpadding=1>
<tr><td valign="middle" align="left">
Cet attribut définit le niveau de filtrage de protocole d'un usager :<br/>
- Aucun : aucun filtrage de protocole<br/>
- Navigation Web : On autorise les protocoles HTTP et HTTPS.<br/>
- Navigation Web, Messagerie et serveur distant : On autorise les protocoles : HTTP/S, POP3/S, IMAP/S, FTP, SFTP et SSH<br/>
- Personnalisable : vous disposez d'un profil modifiable <a href='../../../admin/protocols_filter.php' > ici </a>
Cet attribut définit le niveau de filtrage des protocoles réseau pour un usager :<br/>
- Aucun : Tous les protocoles réseau sont autorisés<br/>
- Navigation Web : Seuls les protocoles HTTP et HTTPS sont autorisés<br/>
- Navigation Web, Messagerie et serveur distant : Les protocoles HTTP/S, POP3/S, IMAP/S, FTP, SFTP et SSH sont autorisés<br/>
- Personnalisable : La liste des protocoles autorisés est définie dans le menu 'Filtrage' + 'Protocoles'
<HR>
This attribute defines the protocol filtering level for a user :<br/>
- None : no protocol filtering<br/>
- Web browsing : Only HTTP/S allowed<br/>
- Web browsing, Mail et server administration : Those protocols are allowed : HTTP/S, POP3/S, IMAP/S, FTP, SFTP et SSH<br/>
- Custom : you can custom your own protocol filter <a href='../../../admin/protocols_filter.php' > here </a>
- None : All the network protocols are allowed<br/>
- Web browsing : Only HTTP and HTTPS are allowed<br/>
- Web browsing, Mail et remote server : The protocols HTTP/S, POP3/S, IMAP/S, FTP, SFTP et SSH are allowed<br/>
- Custom : the list of allowed network protocols is defined in the menu 'Filtering' + 'Protocols'
</td></tr>
</table>
<br>
/web/acc/manager/htdocs/user_new.php
391,7 → 391,7
}
}
/*protocole filter*/
/*Network protocole filtering*/
print <<<EOM
<tr>
<td class="etiquette" colspan=$colspan>
399,7 → 399,6
</td>
<td width=20>
EOM;
/*Choix de la langue du ticket d'impression*/
echo" <select name='Filter-Proto'>
<option value=\"00000000\" selected>$l_proto_0</option>
<option value=\"10000000\" >$l_proto_1</option>
406,8 → 405,6
<option value=\"01000000\" >$l_proto_2</option>
<option value=\"00100000\" >$l_proto_3</option>
</select></td></tr>";
print <<<EOM
<tr>
<td class="etiquette" colspan=$colspan>
415,7 → 412,7
</td>
<td width=20>
EOM;
/*Choix de la langue du ticket d'impression*/
/*Voucher language*/
echo" <select name=\"$langue_imp\" onchange=\"lang_imp(this,'newuser')\">
<option value=\"fr\" selected>Fran&ccedil;ais</option>
<option value=\"en\" >English</option>
/web/acc/manager/lib/langues.php
109,19 → 109,19
$l_spoofing = "Adresse(s) MAC usurpée(s) (Watchdog)";
$l_virus = "Virus bloqué(s) (HAVP)";
$l_fail2ban = "Adresse(s) IP bloquée(s) (Fail2Ban)";
$l_filtering = "Filtrage";
$l_filtering = "Filtrage de domaines et antiviral ";
$l_filtering_none = "Aucun";
$l_filtering_havp = "Antivirus";
$l_filtering_havp_bl = "Blacklist + antivirus";
$l_filtering_havp_wl = "Whitelist + antivirus";
$l_filtering_havp = "Antivirus web";
$l_filtering_havp_bl = "Antivirus web + Blacklist";
$l_filtering_havp_wl = "Antivirus web + Whitelist";
$l_user_exists = "existe déjà !";
$l_group_desc = "<h2>Attributs Groupe</h2>";
$l_user_desc = "<h2>Attributs Utilisateur</h2>";
$l_proto="Profile de protocole de filtrage";
$l_proto_0="Aucun";
$l_proto_1="Navigation Web";
$l_proto_2="Navigation Web, Messagerie et Serveur distant";
$l_proto_3="Personnalisable";
$l_proto="Filtrage de protocoles réseau";
$l_proto_0="Aucun filtre";
$l_proto_1="Navigation Web (HTTP & HTTPS)";
$l_proto_2="Navigation Web + Messagerie + Accès distant";
$l_proto_3="Personnalisé";
break;
default :
//English
224,19 → 224,19
$l_spoofing = "MAC address spoofed (Watchdog)";
$l_virus = "Virus blocked (HAVP)";
$l_fail2ban = "IP address blocked (Fail2Ban)";
$l_filtering = "Filtering";
$l_filtering = "Antivirus & domain Filtering";
$l_filtering_none = "None";
$l_filtering_havp = "Antivirus";
$l_filtering_havp_bl = "Blacklist + antivirus";
$l_filtering_havp_wl = "Whitelist + antivirus";
$l_filtering_havp = "WEB Antivirus";
$l_filtering_havp_bl = "Blacklist + WEB antivirus";
$l_filtering_havp_wl = "Whitelist + WEB antivirus";
$l_user_exists = "already exists !";
$l_group_desc = "<h2>Group Attributes</h2>";
$l_user_desc = "<h2>User Attributes</h2>";
$l_proto="Protocol filtering";
$l_proto="Network protocols filtering";
$l_proto_0="None";
$l_proto_1="Web browsing";
$l_proto_2="Web browsing, Mail et server administration";
$l_proto_3="Custom";
$l_proto_1="Web browsing (HTTP & HTTPS)";
$l_proto_2="Web browsing, Mail et remote access";
$l_proto_3="Customized";
break;
}
?>