Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 2305 → Rev 2306

/web/acc/admin/ldap.php
29,7 → 29,7
$l_ldap_YES = "OUI";
$l_ldap_NO = "NON";
$l_ldap_server_label = "Serveur LDAP:";
$l_ldap_server_text = "Adresse IP (ou nom d'hôte) du serveur LDAP";
$l_ldap_server_text = "Adresse IP du serveur LDAP";
$l_ldap_base_dn_label = "DN de la base LDAP:";
$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'";
$l_ldap_filter_label = "Identifiant LDAP:";
59,7 → 59,7
$l_ldap_YES = "YES";
$l_ldap_NO = "NO";
$l_ldap_server_label = "LDAP server :";
$l_ldap_server_text = "This is the IP address (or hostname) of the LDAP server.";
$l_ldap_server_text = "This is the IP address of the LDAP server.";
$l_ldap_base_dn_label = "LDAP base dn:";
$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'";
$l_ldap_filter_label = "LDAP uid:";