Note: You are currently viewing documentation for Moodle 3.6. Up-to-date documentation for the latest stable version of Moodle is likely available here: error/auth/auth ldap noconnect all.

error/auth/auth ldap noconnect all: Difference between revisions

From MoodleDocs
m (Clean up the grammar)
m (Added link to spanish translation of page)
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{stub}}
{{stub}}
The error may be caused by a misconfiguration of the server name or bind dn.
The error may be caused by a misconfiguration of the server name or bind dn.
This error can be a tricky one; if you use LDAP for all your authentication, once this error arises you may not be able to log into Moodle to fix it. The entries that need to be checked/changed in the case of this error can be found in the database table mdl_config_plugins for the plugin auth/ldap (for MSSQL2005).
The host_url value in particular should be checked to ensure the domain controllers LDAP are using are correctly set.
Moodle may be trying to bind using an invalid username and password combination. If it used to work but doesn't any more, the password may have expired.


==See also==
==See also==
Line 7: Line 14:
[[Category:Error|Auth]]
[[Category:Error|Auth]]
[[Category:Authentication|Error]]
[[Category:Authentication|Error]]
[[fr:error/auth/auth ldap noconnect all]]
[[es:error/auth/auth ldap noconnect all]]

Latest revision as of 13:33, 7 August 2014

The error may be caused by a misconfiguration of the server name or bind dn.

This error can be a tricky one; if you use LDAP for all your authentication, once this error arises you may not be able to log into Moodle to fix it. The entries that need to be checked/changed in the case of this error can be found in the database table mdl_config_plugins for the plugin auth/ldap (for MSSQL2005).

The host_url value in particular should be checked to ensure the domain controllers LDAP are using are correctly set.

Moodle may be trying to bind using an invalid username and password combination. If it used to work but doesn't any more, the password may have expired.


See also