Line 26... |
Line 26... |
26 |
$l_ldap_title = "Authentification externe : LDAP";
|
26 |
$l_ldap_title = "Authentification externe : LDAP";
|
27 |
$l_ldap_legend = "Authentification LDAP";
|
27 |
$l_ldap_legend = "Authentification LDAP";
|
28 |
$l_ldap_auth_enable_label = "Activer l'authentification LDAP:";
|
28 |
$l_ldap_auth_enable_label = "Activer l'authentification LDAP:";
|
29 |
$l_ldap_YES = "OUI";
|
29 |
$l_ldap_YES = "OUI";
|
30 |
$l_ldap_NO = "NON";
|
30 |
$l_ldap_NO = "NON";
|
31 |
$l_ldap_server_label = "Nom du serveur LDAP:";
|
31 |
$l_ldap_server_label = "Serveur LDAP:";
|
32 |
$l_ldap_server_text = "Nom ou IP du serveur LDAP éventuel.";
|
32 |
$l_ldap_server_text = "Adresse IP (ou nom d'hôte) du serveur LDAP";
|
33 |
$l_ldap_base_dn_label = "DN de la base LDAP:";
|
33 |
$l_ldap_base_dn_label = "DN de la base LDAP:";
|
34 |
$l_ldap_base_dn_text = "DN est le 'Distinguished Name', il définit où se situent les informations des utilisateurs dans l'annuaire. Exemple LDAP: 'o=mycompany, c=FR'. Exemple AD 'ou=my_lan,dc=server_name,dc=localdomain'";
|
34 |
$l_ldap_base_dn_text = "DN est le 'Distinguished Name', il définit où se situent les informations des utilisateurs dans l'annuaire. Exemple LDAP: 'o=mycompany, c=FR'. Exemple AD 'ou=my_lan,dc=server_name,dc=localdomain'";
|
35 |
$l_ldap_filter_label = "Identifiant LDAP:";
|
35 |
$l_ldap_filter_label = "Identifiant LDAP:";
|
36 |
$l_ldap_filter_text = "Clé utilisée lors de la recherche d'un identifiant de connexion, exemple: 'uid', 'sn', etc. Pour un AD mettre 'sAMAccountName'.";
|
36 |
$l_ldap_filter_text = "Clé utilisée lors de la recherche d'un identifiant de connexion, exemple: 'uid', 'sn', etc. Pour un AD mettre 'sAMAccountName'.";
|
37 |
$l_ldap_base_filter_label = "Filtre de recherche d'utilisateurs LDAP:";
|
37 |
$l_ldap_base_filter_label = "Filtre de recherche d'utilisateurs LDAP:";
|
Line 56... |
Line 56... |
56 |
$l_ldap_title = "External authentication : LDAP";
|
56 |
$l_ldap_title = "External authentication : LDAP";
|
57 |
$l_ldap_legend = "LDAP authentication";
|
57 |
$l_ldap_legend = "LDAP authentication";
|
58 |
$l_ldap_auth_enable_label = "Use LDAP authentication :";
|
58 |
$l_ldap_auth_enable_label = "Use LDAP authentication :";
|
59 |
$l_ldap_YES = "YES";
|
59 |
$l_ldap_YES = "YES";
|
60 |
$l_ldap_NO = "NO";
|
60 |
$l_ldap_NO = "NO";
|
61 |
$l_ldap_server_label = "LDAP server name:";
|
61 |
$l_ldap_server_label = "LDAP server :";
|
62 |
$l_ldap_server_text = "This is the hostname or IP address of the LDAP server.";
|
62 |
$l_ldap_server_text = "This is the IP address (or hostname) of the LDAP server.";
|
63 |
$l_ldap_base_dn_label = "LDAP base dn:";
|
63 |
$l_ldap_base_dn_label = "LDAP base dn:";
|
64 |
$l_ldap_base_dn_text = "This is the 'Distinguished Name', locating the user information in the directory. e.g. LDAP : 'o=MyCompany,c=US'. e.g. AD : 'ou=my_lan,dc=server_name,dc=localdomain'";
|
64 |
$l_ldap_base_dn_text = "This is the 'Distinguished Name', locating the user information in the directory. e.g. LDAP : 'o=MyCompany,c=US'. e.g. AD : 'ou=my_lan,dc=server_name,dc=localdomain'";
|
65 |
$l_ldap_filter_label = "LDAP uid:";
|
65 |
$l_ldap_filter_label = "LDAP uid:";
|
66 |
$l_ldap_filter_text = "This is the key used to search for a given login identity, e.g. 'uid', 'sn', etc.. For AD use 'sAMAccountName'.";
|
66 |
$l_ldap_filter_text = "This is the key used to search for a given login identity, e.g. 'uid', 'sn', etc.. For AD use 'sAMAccountName'.";
|
67 |
$l_ldap_base_filter_label = "LDAP user filter:";
|
67 |
$l_ldap_base_filter_label = "LDAP user filter:";
|