From: paca70 Date: Sun, 15 Aug 2004 16:08:05 +0000 (+0000) Subject: Added description of auth_ldap_objectclass X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=1d812b88f7d0ccdbbfffe49a53a569d27ac6b01e;p=moodle.git Added description of auth_ldap_objectclass --- diff --git a/lang/en/auth.php b/lang/en/auth.php index f290551f89..8960bfb358 100644 --- a/lang/en/auth.php +++ b/lang/en/auth.php @@ -38,6 +38,7 @@ $string['auth_ldap_memberattribute'] = 'Specify user member attribute, when user $string['auth_ldap_search_sub'] = 'Put value <> 0 if you like to search users from subcontexts.'; $string['auth_ldap_update_userinfo'] = 'Update user information (firstname, lastname, address..) from LDAP to Moodle. Look at /auth/ldap/attr_mappings.php for mapping information'; $string['auth_ldap_user_attribute'] = 'The attribute used to name/search users. Usually \'cn\'.'; +$string['auth_ldap_objectclass'] = 'The filter used to name/search users. Usually You will set to ยง something like objectClass=posixAccount . Defaults to objectClass=* what will return all objects from LDAP.'; $string['auth_ldap_version'] = 'The version of the LDAP protocol your server is using.'; $string['auth_ldapdescription'] = 'This method provides authentication against an external LDAP server. If the given username and password are valid, Moodle creates a new user