]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-13564 Deduced the missing strings from similar strings found in auth.php. Merging...
authornicolasconnault <nicolasconnault>
Fri, 29 Feb 2008 22:12:07 +0000 (22:12 +0000)
committernicolasconnault <nicolasconnault>
Fri, 29 Feb 2008 22:12:07 +0000 (22:12 +0000)
lang/en_utf8/auth.php

index 2be564aa2471eca10eb513f0f97516e644542794..dcb4d9bb0b462b10f44a1a89d17d97bb437ff849 100644 (file)
@@ -154,6 +154,8 @@ $string['auth_imapchangepasswordurl_key'] = 'Password-change URL';
 
 // LDAP plugin
 $string['auth_ldap_ad_create_req'] = 'Cannot create the new account in Active Directory. Make sure you meet all the requirements for this to work (LDAPS connection, bind user with adequate rights, etc.)';
+$string['auth_ldap_attrcreators'] = 'List of groups or contexts whose members are allowed to create attributes. Separate multiple groups with \';\'. Usually something like \'cn=teachers,ou=staff,o=myorg\'';
+$string['auth_ldap_attrcreators_key'] = 'Attribute creators';
 $string['auth_ldap_bind_dn'] = 'If you want to use bind-user to search users, specify it here. Something like \'cn=ldapuser,ou=public,o=org\'';
 $string['auth_ldap_bind_pw'] = 'Password for bind-user.';
 $string['auth_ldap_bind_settings'] = 'Bind settings';
@@ -166,6 +168,8 @@ $string['auth_ldap_expiration_warning_desc'] = 'Number of days before password e
 $string['auth_ldap_expireattr_desc'] = 'Optional: overrides ldap-attribute that stores password expiration time';
 $string['auth_ldap_graceattr_desc'] = 'Optional: Overrides  gracelogin attribute';
 $string['auth_ldap_gracelogins_desc'] = 'Enable LDAP gracelogin support. After password has expired user can login until gracelogin count is 0. Enabling this setting displays grace login message if password is exprired.';
+$string['auth_ldap_groupecreators'] = 'List of groups or contexts whose members are allowed to create groups. Separate multiple groups with \';\'. Usually something like \'cn=teachers,ou=staff,o=myorg\'';
+$string['auth_ldap_groupecreators_key'] = 'Group creators';
 $string['auth_ldap_host_url'] = 'Specify LDAP host in URL-form like \'ldap://ldap.myorg.com/\' or \'ldaps://ldap.myorg.com/\' Separate multipleservers with \';\' to get failover support.';
 $string['auth_ldap_ldap_encoding'] = 'Specify encoding used by LDAP server. Most probably utf-8, MS AD v2 uses default platform encoding such as cp1252, cp1250, etc.';
 $string['auth_ldap_login_settings'] = 'Login settings';