]> git.mjollnir.org Git - moodle.git/commitdiff
Updated description
authorpaca70 <paca70>
Sun, 15 Aug 2004 16:09:32 +0000 (16:09 +0000)
committerpaca70 <paca70>
Sun, 15 Aug 2004 16:09:32 +0000 (16:09 +0000)
lang/en/auth.php

index 8960bfb35842f6b22ac6278e78adf677c2a6b9be..ecd94b4ea54dc72ab3ae45fb712fd8ac62e78d34 100644 (file)
@@ -38,7 +38,7 @@ $string['auth_ldap_memberattribute'] = 'Specify user member attribute, when user
 $string['auth_ldap_search_sub'] = 'Put value &lt;&gt; 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_objectclass'] = 'The filter used to name/search users. Usually you will set it 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.\r
                                   If the given username and password are valid, Moodle creates a new user \r