Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/auth/ldap/lang/en/auth_ldap.php File Reference

Go to the source code of this file.

Namespaces

namespace  auth_ldap

Variables

 $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_auth_user_create_key'] = 'Create users externally'
 $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_dn_key'] = 'Distinguished name'
 $string ['auth_ldap_bind_pw'] = 'Password for bind-user.'
 $string ['auth_ldap_bind_pw_key'] = 'Password'
 $string ['auth_ldap_bind_settings'] = 'Bind settings'
 $string ['auth_ldap_contexts'] = 'List of contexts where users are located. Separate different contexts with \';\'. For example: \'ou=users,o=org; ou=others,o=org\''
 $string ['auth_ldap_contexts_key'] = 'Contexts'
 $string ['auth_ldap_create_context'] = 'If you enable user creation with email confirmation, specify the context where users are created. This context should be different from other users to prevent security issues. You don\'t need to add this context to ldap_context-variable, Moodle will search for users from this context automatically.<br /><b>Note!</b> You have to modify the method user_create() in file auth/ldap/auth.php to make user creation work'
 $string ['auth_ldap_create_context_key'] = 'Context for new users'
 $string ['auth_ldap_create_error'] = 'Error creating user in LDAP.'
 $string ['auth_ldap_creators'] = 'List of groups or contexts whose members are allowed to create new courses. Separate multiple groups with \';\'. Usually something like \'cn=teachers,ou=staff,o=myorg\''
 $string ['auth_ldap_creators_key'] = 'Creators'
 $string ['auth_ldapdescription']
 $string ['auth_ldap_expiration_desc'] = 'Select No to disable expired password checking or LDAP to read passwordexpiration time directly from LDAP'
 $string ['auth_ldap_expiration_key'] = 'Expiration'
 $string ['auth_ldap_expiration_warning_desc'] = 'Number of days before password expiration warning is issued.'
 $string ['auth_ldap_expiration_warning_key'] = 'Expiration warning'
 $string ['auth_ldap_expireattr_desc'] = 'Optional: overrides ldap-attribute that stores password expiration time'
 $string ['auth_ldap_expireattr_key'] = 'Expiration attribute'
 $string ['auth_ldapextrafields'] = 'These fields are optional. You can choose to pre-fill some Moodle user fields with information from the <b>LDAP fields</b> that you specify here. <p>If you leave these fields blank, then nothing will be transferred from LDAP and Moodle defaults will be used instead.</p><p>In either case, the user will be able to edit all of these fields after they log in.</p>'
 $string ['auth_ldap_graceattr_desc'] = 'Optional: Overrides gracelogin attribute'
 $string ['auth_ldap_gracelogin_key'] = 'Grace login 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 expired.'
 $string ['auth_ldap_gracelogins_key'] = 'Grace logins'
 $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_host_url_key'] = 'Host URL'
 $string ['auth_ldap_changepasswordurl_key'] = 'Password-change URL'
 $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_ldap_encoding_key'] = 'LDAP encoding'
 $string ['auth_ldap_login_settings'] = 'Login settings'
 $string ['auth_ldap_memberattribute'] = 'Optional: Overrides user member attribute, when users belongs to a group. Usually \'member\''
 $string ['auth_ldap_memberattribute_isdn'] = 'Optional: Overrides handling of member attribute values, either 0 or 1'
 $string ['auth_ldap_memberattribute_isdn_key'] = 'Member attribute uses dn'
 $string ['auth_ldap_memberattribute_key'] = 'Member attribute'
 $string ['auth_ldap_noconnect'] = 'LDAP-module cannot connect to server: {$a}'
 $string ['auth_ldap_noconnect_all'] = 'LDAP-module cannot connect to any servers: {$a}'
 $string ['auth_ldap_noextension'] = '<em>The PHP LDAP module does not seem to be present. Please ensure it is installed and enabled if you want to use this authentication plugin.</em>'
 $string ['auth_ldap_no_mbstring'] = 'You need the mbstring extension to create users in Active Directory.'
 $string ['auth_ldapnotinstalled'] = 'Cannot use LDAP authentication. The PHP LDAP module is not installed.'
 $string ['auth_ldap_objectclass'] = 'Optional: Overrides objectClass used to name/search users on ldap_user_type. Usually you dont need to chage this.'
 $string ['auth_ldap_objectclass_key'] = 'Object class'
 $string ['auth_ldap_opt_deref'] = 'Determines how aliases are handled during search. Select one of the following values: "No" (LDAP_DEREF_NEVER) or "Yes" (LDAP_DEREF_ALWAYS)'
 $string ['auth_ldap_opt_deref_key'] = 'Dereference aliases'
 $string ['auth_ldap_passtype'] = 'Specify the format of new or changed passwords in LDAP server.'
 $string ['auth_ldap_passtype_key'] = 'Password format'
 $string ['auth_ldap_passwdexpire_settings'] = 'LDAP password expiration settings.'
 $string ['auth_ldap_preventpassindb'] = 'Select yes to prevent passwords from being stored in Moodle\'s DB.'
 $string ['auth_ldap_preventpassindb_key'] = 'Hide passwords'
 $string ['auth_ldap_search_sub'] = 'Search users from subcontexts.'
 $string ['auth_ldap_search_sub_key'] = 'Search subcontexts'
 $string ['auth_ldap_server_settings'] = 'LDAP server settings'
 $string ['auth_ldap_unsupportedusertype'] = 'auth: ldap user_create() does not support selected usertype: {$a}'
 $string ['auth_ldap_update_userinfo'] = 'Update user information (firstname, lastname, address..) from LDAP to Moodle. Specify "Data mapping" settings as you need.'
 $string ['auth_ldap_user_attribute'] = 'Optional: Overrides the attribute used to name/search users. Usually \'cn\'.'
 $string ['auth_ldap_user_attribute_key'] = 'User attribute'
 $string ['auth_ldap_user_exists'] = 'LDAP username already exists.'
 $string ['auth_ldap_user_settings'] = 'User lookup settings'
 $string ['auth_ldap_user_type'] = 'Select how users are stored in LDAP. This setting also specifies how login expiration, grace logins and user creation will work.'
 $string ['auth_ldap_user_type_key'] = 'User type'
 $string ['auth_ldap_usertypeundefined'] = 'config.user_type not defined or function ldap_expirationtime2unix does not support selected type!'
 $string ['auth_ldap_usertypeundefined2'] = 'config.user_type not defined or function ldap_unixi2expirationtime does not support selected type!'
 $string ['auth_ldap_version'] = 'The version of the LDAP protocol your server is using.'
 $string ['auth_ldap_version_key'] = 'Version'
 $string ['auth_ntlmsso'] = 'NTLM SSO'
 $string ['auth_ntlmsso_enabled'] = 'Set to yes to attempt Single Sign On with the NTLM domain. <strong>Note:</strong> this requires additional setup on the webserver to work, see <a href="http://docs.moodle.org/en/NTLM_authentication">http://docs.moodle.org/en/NTLM_authentication</a>'
 $string ['auth_ntlmsso_enabled_key'] = 'Enable'
 $string ['auth_ntlmsso_ie_fastpath'] = 'Set to yes to enable the NTLM SSO fast path (bypasses certain steps and only works if the client\'s browser is MS Internet Explorer).'
 $string ['auth_ntlmsso_ie_fastpath_key'] = 'MS IE fast path?'
 $string ['auth_ntlmsso_subnet'] = 'If set, it will only attempt SSO with clients in this subnet. Format: xxx.xxx.xxx.xxx/bitmask. Separate multiple subnets with \',\' (comma).'
 $string ['auth_ntlmsso_subnet_key'] = 'Subnet'
 $string ['auth_ntlmsso_type_key'] = 'Authentication type'
 $string ['auth_ntlmsso_type'] = 'The authentication method configured in the web server to authenticate the users (if in doubt, choose NTLM)'
 $string ['connectingldap'] = "Connecting to LDAP server...\n"
 $string ['creatingtemptable'] = "Creating temporary table {\$a}\n"
 $string ['didntfindexpiretime'] = 'password_expire() didn\'t find expiration time.'
 $string ['didntgetusersfromldap'] = "Did not get any users from LDAP -- error? -- exiting\n"
 $string ['gotcountrecordsfromldap'] = "Got {\$a} records from LDAP\n"
 $string ['morethanoneuser'] = 'Strange! More than one user record found in ldap. Only using the first one.'
 $string ['needbcmath'] = 'You need the BCMath extension to use grace logins with Active Directory'
 $string ['needmbstring'] = 'You need the mbstring extension to change passwords in Active Directory'
 $string ['nodnforusername'] = 'Error in user_update_password(). No DN for: {$a->username}'
 $string ['noemail'] = 'Tried to send you an email but failed!'
 $string ['notcalledfromserver'] = 'Should not be called from the web server!'
 $string ['noupdatestobedone'] = "No updates to be done\n"
 $string ['nouserentriestoremove'] = "No user entries to be removed\n"
 $string ['nouserentriestorevive'] = "No user entries to be revived\n"
 $string ['nouserstobeadded'] = "No users to be added\n"
 $string ['ntlmsso_attempting'] = 'Attempting Single Sign On via NTLM...'
 $string ['ntlmsso_failed'] = 'Auto-login failed, try the normal login page...'
 $string ['ntlmsso_isdisabled'] = 'NTLM SSO is disabled.'
 $string ['ntlmsso_unknowntype'] = 'Unknown ntlmsso type!'
 $string ['pluginname'] = 'LDAP server'
 $string ['pluginnotenabled'] = 'Plugin not enabled!'
 $string ['renamingnotallowed'] = 'User renaming not allowed in LDAP'
 $string ['rootdseerror'] = 'Error querying rootDSE for Active Directory'
 $string ['updateremfail'] = 'Error updating LDAP record. Error code: {$a->errno}; Error string: {$a->errstring}<br/>Key ({$a->key}) - old moodle value: \'{$a->ouvalue}\' new value: \'{$a->nuvalue}\''
 $string ['updateremfailamb'] = 'Failed to update LDAP with ambiguous field {$a->key}; old moodle value: \'{$a->ouvalue}\', new value: \'{$a->nuvalue}\''
 $string ['updatepasserror'] = 'Error in user_update_password(). Error code: {$a->errno}; Error string: {$a->errstring}'
 $string ['updatepasserrorexpire'] = 'Error in user_update_password() when reading password expiration time. Error code: {$a->errno}; Error string: {$a->errstring}'
 $string ['updatepasserrorexpiregrace'] = 'Error in user_update_password() when modifying expirationtime and/or gracelogins. Error code: {$a->errno}; Error string: {$a->errstring}'
 $string ['updateusernotfound'] = 'Could not find user while updating externally. Details follow: search base: \'{$a->userdn}\'; search filter: \'(objectClass=*)\'; search attributes: {$a->attribs}'
 $string ['user_activatenotsupportusertype'] = 'auth: ldap user_activate() does not support selected usertype: {$a}'
 $string ['user_disablenotsupportusertype'] = 'auth: ldap user_disable() does not support selected usertype: {$a}'
 $string ['userentriestoadd'] = "User entries to be added: {\$a}\n"
 $string ['userentriestoremove'] = "User entries to be removed: {\$a}\n"
 $string ['userentriestorevive'] = "User entries to be revived: {\$a}\n"
 $string ['userentriestoupdate'] = "User entries to be updated: {\$a}\n"
 $string ['usernotfound'] = 'User not found in LDAP'
 $string ['useracctctrlerror'] = 'Error getting userAccountControl for {$a}'

Variable Documentation

$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.)'

Definition at line 26 of file auth_ldap.php.

$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\''

Definition at line 27 of file auth_ldap.php.

$string['auth_ldap_attrcreators_key'] = 'Attribute creators'

Definition at line 28 of file auth_ldap.php.

$string['auth_ldap_auth_user_create_key'] = 'Create users externally'

Definition at line 29 of file auth_ldap.php.

$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\''

Definition at line 30 of file auth_ldap.php.

$string['auth_ldap_bind_dn_key'] = 'Distinguished name'

Definition at line 31 of file auth_ldap.php.

$string['auth_ldap_bind_pw'] = 'Password for bind-user.'

Definition at line 32 of file auth_ldap.php.

$string['auth_ldap_bind_pw_key'] = 'Password'

Definition at line 33 of file auth_ldap.php.

$string['auth_ldap_bind_settings'] = 'Bind settings'

Definition at line 34 of file auth_ldap.php.

$string['auth_ldap_contexts'] = 'List of contexts where users are located. Separate different contexts with \';\'. For example: \'ou=users,o=org; ou=others,o=org\''

Definition at line 35 of file auth_ldap.php.

$string['auth_ldap_contexts_key'] = 'Contexts'

Definition at line 36 of file auth_ldap.php.

$string['auth_ldap_create_context'] = 'If you enable user creation with email confirmation, specify the context where users are created. This context should be different from other users to prevent security issues. You don\'t need to add this context to ldap_context-variable, Moodle will search for users from this context automatically.<br /><b>Note!</b> You have to modify the method user_create() in file auth/ldap/auth.php to make user creation work'

Definition at line 37 of file auth_ldap.php.

$string['auth_ldap_create_context_key'] = 'Context for new users'

Definition at line 38 of file auth_ldap.php.

$string['auth_ldap_create_error'] = 'Error creating user in LDAP.'

Definition at line 39 of file auth_ldap.php.

$string['auth_ldap_creators'] = 'List of groups or contexts whose members are allowed to create new courses. Separate multiple groups with \';\'. Usually something like \'cn=teachers,ou=staff,o=myorg\''

Definition at line 40 of file auth_ldap.php.

$string['auth_ldap_creators_key'] = 'Creators'

Definition at line 41 of file auth_ldap.php.

$string['auth_ldapdescription']
Initial value:
 'This method provides authentication against an external LDAP server.
                                  If the given username and password are valid, Moodle creates a new user
                                  entry in its database. This module can read user attributes from LDAP and prefill
                                  wanted fields in Moodle.  For following logins only the username and
                                  password are checked.'

Definition at line 42 of file auth_ldap.php.

$string['auth_ldap_expiration_desc'] = 'Select No to disable expired password checking or LDAP to read passwordexpiration time directly from LDAP'

Definition at line 47 of file auth_ldap.php.

$string['auth_ldap_expiration_key'] = 'Expiration'

Definition at line 48 of file auth_ldap.php.

$string['auth_ldap_expiration_warning_desc'] = 'Number of days before password expiration warning is issued.'

Definition at line 49 of file auth_ldap.php.

$string['auth_ldap_expiration_warning_key'] = 'Expiration warning'

Definition at line 50 of file auth_ldap.php.

$string['auth_ldap_expireattr_desc'] = 'Optional: overrides ldap-attribute that stores password expiration time'

Definition at line 51 of file auth_ldap.php.

$string['auth_ldap_expireattr_key'] = 'Expiration attribute'

Definition at line 52 of file auth_ldap.php.

$string['auth_ldapextrafields'] = 'These fields are optional. You can choose to pre-fill some Moodle user fields with information from the <b>LDAP fields</b> that you specify here. <p>If you leave these fields blank, then nothing will be transferred from LDAP and Moodle defaults will be used instead.</p><p>In either case, the user will be able to edit all of these fields after they log in.</p>'

Definition at line 53 of file auth_ldap.php.

$string['auth_ldap_graceattr_desc'] = 'Optional: Overrides gracelogin attribute'

Definition at line 54 of file auth_ldap.php.

$string['auth_ldap_gracelogin_key'] = 'Grace login attribute'

Definition at line 55 of file auth_ldap.php.

$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 expired.'

Definition at line 56 of file auth_ldap.php.

$string['auth_ldap_gracelogins_key'] = 'Grace logins'

Definition at line 57 of file auth_ldap.php.

$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\''

Definition at line 58 of file auth_ldap.php.

$string['auth_ldap_groupecreators_key'] = 'Group creators'

Definition at line 59 of file auth_ldap.php.

$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.'

Definition at line 60 of file auth_ldap.php.

$string['auth_ldap_host_url_key'] = 'Host URL'

Definition at line 61 of file auth_ldap.php.

$string['auth_ldap_changepasswordurl_key'] = 'Password-change URL'

Definition at line 62 of file auth_ldap.php.

$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.'

Definition at line 63 of file auth_ldap.php.

$string['auth_ldap_ldap_encoding_key'] = 'LDAP encoding'

Definition at line 64 of file auth_ldap.php.

$string['auth_ldap_login_settings'] = 'Login settings'

Definition at line 65 of file auth_ldap.php.

$string['auth_ldap_memberattribute'] = 'Optional: Overrides user member attribute, when users belongs to a group. Usually \'member\''

Definition at line 66 of file auth_ldap.php.

$string['auth_ldap_memberattribute_isdn'] = 'Optional: Overrides handling of member attribute values, either 0 or 1'

Definition at line 67 of file auth_ldap.php.

$string['auth_ldap_memberattribute_isdn_key'] = 'Member attribute uses dn'

Definition at line 68 of file auth_ldap.php.

$string['auth_ldap_memberattribute_key'] = 'Member attribute'

Definition at line 69 of file auth_ldap.php.

$string['auth_ldap_noconnect'] = 'LDAP-module cannot connect to server: {$a}'

Definition at line 70 of file auth_ldap.php.

$string['auth_ldap_noconnect_all'] = 'LDAP-module cannot connect to any servers: {$a}'

Definition at line 71 of file auth_ldap.php.

$string['auth_ldap_noextension'] = '<em>The PHP LDAP module does not seem to be present. Please ensure it is installed and enabled if you want to use this authentication plugin.</em>'

Definition at line 72 of file auth_ldap.php.

$string['auth_ldap_no_mbstring'] = 'You need the mbstring extension to create users in Active Directory.'

Definition at line 73 of file auth_ldap.php.

$string['auth_ldapnotinstalled'] = 'Cannot use LDAP authentication. The PHP LDAP module is not installed.'

Definition at line 74 of file auth_ldap.php.

$string['auth_ldap_objectclass'] = 'Optional: Overrides objectClass used to name/search users on ldap_user_type. Usually you dont need to chage this.'

Definition at line 75 of file auth_ldap.php.

$string['auth_ldap_objectclass_key'] = 'Object class'

Definition at line 76 of file auth_ldap.php.

$string['auth_ldap_opt_deref'] = 'Determines how aliases are handled during search. Select one of the following values: "No" (LDAP_DEREF_NEVER) or "Yes" (LDAP_DEREF_ALWAYS)'

Definition at line 77 of file auth_ldap.php.

$string['auth_ldap_opt_deref_key'] = 'Dereference aliases'

Definition at line 78 of file auth_ldap.php.

$string['auth_ldap_passtype'] = 'Specify the format of new or changed passwords in LDAP server.'

Definition at line 79 of file auth_ldap.php.

$string['auth_ldap_passtype_key'] = 'Password format'

Definition at line 80 of file auth_ldap.php.

$string['auth_ldap_passwdexpire_settings'] = 'LDAP password expiration settings.'

Definition at line 81 of file auth_ldap.php.

$string['auth_ldap_preventpassindb'] = 'Select yes to prevent passwords from being stored in Moodle\'s DB.'

Definition at line 82 of file auth_ldap.php.

$string['auth_ldap_preventpassindb_key'] = 'Hide passwords'

Definition at line 83 of file auth_ldap.php.

$string['auth_ldap_search_sub'] = 'Search users from subcontexts.'

Definition at line 84 of file auth_ldap.php.

$string['auth_ldap_search_sub_key'] = 'Search subcontexts'

Definition at line 85 of file auth_ldap.php.

$string['auth_ldap_server_settings'] = 'LDAP server settings'

Definition at line 86 of file auth_ldap.php.

$string['auth_ldap_unsupportedusertype'] = 'auth: ldap user_create() does not support selected usertype: {$a}'

Definition at line 87 of file auth_ldap.php.

$string['auth_ldap_update_userinfo'] = 'Update user information (firstname, lastname, address..) from LDAP to Moodle. Specify "Data mapping" settings as you need.'

Definition at line 88 of file auth_ldap.php.

$string['auth_ldap_user_attribute'] = 'Optional: Overrides the attribute used to name/search users. Usually \'cn\'.'

Definition at line 89 of file auth_ldap.php.

$string['auth_ldap_user_attribute_key'] = 'User attribute'

Definition at line 90 of file auth_ldap.php.

$string['auth_ldap_user_exists'] = 'LDAP username already exists.'

Definition at line 91 of file auth_ldap.php.

$string['auth_ldap_user_settings'] = 'User lookup settings'

Definition at line 92 of file auth_ldap.php.

$string['auth_ldap_user_type'] = 'Select how users are stored in LDAP. This setting also specifies how login expiration, grace logins and user creation will work.'

Definition at line 93 of file auth_ldap.php.

$string['auth_ldap_user_type_key'] = 'User type'

Definition at line 94 of file auth_ldap.php.

$string['auth_ldap_usertypeundefined'] = 'config.user_type not defined or function ldap_expirationtime2unix does not support selected type!'

Definition at line 95 of file auth_ldap.php.

$string['auth_ldap_usertypeundefined2'] = 'config.user_type not defined or function ldap_unixi2expirationtime does not support selected type!'

Definition at line 96 of file auth_ldap.php.

$string['auth_ldap_version'] = 'The version of the LDAP protocol your server is using.'

Definition at line 97 of file auth_ldap.php.

$string['auth_ldap_version_key'] = 'Version'

Definition at line 98 of file auth_ldap.php.

$string['auth_ntlmsso'] = 'NTLM SSO'

Definition at line 99 of file auth_ldap.php.

$string['auth_ntlmsso_enabled'] = 'Set to yes to attempt Single Sign On with the NTLM domain. <strong>Note:</strong> this requires additional setup on the webserver to work, see <a href="http://docs.moodle.org/en/NTLM_authentication">http://docs.moodle.org/en/NTLM_authentication</a>'

Definition at line 100 of file auth_ldap.php.

$string['auth_ntlmsso_enabled_key'] = 'Enable'

Definition at line 101 of file auth_ldap.php.

$string['auth_ntlmsso_ie_fastpath'] = 'Set to yes to enable the NTLM SSO fast path (bypasses certain steps and only works if the client\'s browser is MS Internet Explorer).'

Definition at line 102 of file auth_ldap.php.

$string['auth_ntlmsso_ie_fastpath_key'] = 'MS IE fast path?'

Definition at line 103 of file auth_ldap.php.

$string['auth_ntlmsso_subnet'] = 'If set, it will only attempt SSO with clients in this subnet. Format: xxx.xxx.xxx.xxx/bitmask. Separate multiple subnets with \',\' (comma).'

Definition at line 104 of file auth_ldap.php.

$string['auth_ntlmsso_subnet_key'] = 'Subnet'

Definition at line 105 of file auth_ldap.php.

$string['auth_ntlmsso_type_key'] = 'Authentication type'

Definition at line 106 of file auth_ldap.php.

$string['auth_ntlmsso_type'] = 'The authentication method configured in the web server to authenticate the users (if in doubt, choose NTLM)'

Definition at line 107 of file auth_ldap.php.

$string['connectingldap'] = "Connecting to LDAP server...\n"

Definition at line 108 of file auth_ldap.php.

$string['creatingtemptable'] = "Creating temporary table {\$a}\n"

Definition at line 109 of file auth_ldap.php.

$string['didntfindexpiretime'] = 'password_expire() didn\'t find expiration time.'

Definition at line 110 of file auth_ldap.php.

$string['didntgetusersfromldap'] = "Did not get any users from LDAP -- error? -- exiting\n"

Definition at line 111 of file auth_ldap.php.

$string['gotcountrecordsfromldap'] = "Got {\$a} records from LDAP\n"

Definition at line 112 of file auth_ldap.php.

$string['morethanoneuser'] = 'Strange! More than one user record found in ldap. Only using the first one.'

Definition at line 113 of file auth_ldap.php.

$string['needbcmath'] = 'You need the BCMath extension to use grace logins with Active Directory'

Definition at line 114 of file auth_ldap.php.

$string['needmbstring'] = 'You need the mbstring extension to change passwords in Active Directory'

Definition at line 115 of file auth_ldap.php.

$string['nodnforusername'] = 'Error in user_update_password(). No DN for: {$a->username}'

Definition at line 116 of file auth_ldap.php.

$string['noemail'] = 'Tried to send you an email but failed!'

Definition at line 117 of file auth_ldap.php.

$string['notcalledfromserver'] = 'Should not be called from the web server!'

Definition at line 118 of file auth_ldap.php.

$string['noupdatestobedone'] = "No updates to be done\n"

Definition at line 119 of file auth_ldap.php.

$string['nouserentriestoremove'] = "No user entries to be removed\n"

Definition at line 120 of file auth_ldap.php.

$string['nouserentriestorevive'] = "No user entries to be revived\n"

Definition at line 121 of file auth_ldap.php.

$string['nouserstobeadded'] = "No users to be added\n"

Definition at line 122 of file auth_ldap.php.

$string['ntlmsso_attempting'] = 'Attempting Single Sign On via NTLM...'

Definition at line 123 of file auth_ldap.php.

$string['ntlmsso_failed'] = 'Auto-login failed, try the normal login page...'

Definition at line 124 of file auth_ldap.php.

$string['ntlmsso_isdisabled'] = 'NTLM SSO is disabled.'

Definition at line 125 of file auth_ldap.php.

$string['ntlmsso_unknowntype'] = 'Unknown ntlmsso type!'

Definition at line 126 of file auth_ldap.php.

$string['pluginname'] = 'LDAP server'

Definition at line 127 of file auth_ldap.php.

$string['pluginnotenabled'] = 'Plugin not enabled!'

Definition at line 128 of file auth_ldap.php.

$string['renamingnotallowed'] = 'User renaming not allowed in LDAP'

Definition at line 129 of file auth_ldap.php.

$string['rootdseerror'] = 'Error querying rootDSE for Active Directory'

Definition at line 130 of file auth_ldap.php.

$string['updateremfail'] = 'Error updating LDAP record. Error code: {$a->errno}; Error string: {$a->errstring}<br/>Key ({$a->key}) - old moodle value: \'{$a->ouvalue}\' new value: \'{$a->nuvalue}\''

Definition at line 131 of file auth_ldap.php.

$string['updateremfailamb'] = 'Failed to update LDAP with ambiguous field {$a->key}; old moodle value: \'{$a->ouvalue}\', new value: \'{$a->nuvalue}\''

Definition at line 132 of file auth_ldap.php.

$string['updatepasserror'] = 'Error in user_update_password(). Error code: {$a->errno}; Error string: {$a->errstring}'

Definition at line 133 of file auth_ldap.php.

$string['updatepasserrorexpire'] = 'Error in user_update_password() when reading password expiration time. Error code: {$a->errno}; Error string: {$a->errstring}'

Definition at line 134 of file auth_ldap.php.

$string['updatepasserrorexpiregrace'] = 'Error in user_update_password() when modifying expirationtime and/or gracelogins. Error code: {$a->errno}; Error string: {$a->errstring}'

Definition at line 135 of file auth_ldap.php.

$string['updateusernotfound'] = 'Could not find user while updating externally. Details follow: search base: \'{$a->userdn}\'; search filter: \'(objectClass=*)\'; search attributes: {$a->attribs}'

Definition at line 136 of file auth_ldap.php.

$string['user_activatenotsupportusertype'] = 'auth: ldap user_activate() does not support selected usertype: {$a}'

Definition at line 137 of file auth_ldap.php.

$string['user_disablenotsupportusertype'] = 'auth: ldap user_disable() does not support selected usertype: {$a}'

Definition at line 138 of file auth_ldap.php.

$string['userentriestoadd'] = "User entries to be added: {\$a}\n"

Definition at line 139 of file auth_ldap.php.

$string['userentriestoremove'] = "User entries to be removed: {\$a}\n"

Definition at line 140 of file auth_ldap.php.

$string['userentriestorevive'] = "User entries to be revived: {\$a}\n"

Definition at line 141 of file auth_ldap.php.

$string['userentriestoupdate'] = "User entries to be updated: {\$a}\n"

Definition at line 142 of file auth_ldap.php.

$string['usernotfound'] = 'User not found in LDAP'

Definition at line 143 of file auth_ldap.php.

$string['useracctctrlerror'] = 'Error getting userAccountControl for {$a}'

Definition at line 144 of file auth_ldap.php.

 All Data Structures Namespaces Files Functions Variables Enumerations