LDAP authentication: Difference between revisions
From MoodleDocs
John Okely (talk | contribs) Intro on LDAP auth for devs |
John Okely (talk | contribs) m More links |
||
| Line 2: | Line 2: | ||
For more information on how to set up your LDAP test environment, go to [[LDAP development setup]]. | For more information on how to set up your LDAP test environment, go to [[LDAP development setup]]. | ||
For more information on how to use the LDAP authentication module, go to [https://docs.moodle.org/en/LDAP_authentication the user docs page on LDAP authentication] | |||
Latest revision as of 06:23, 24 May 2017
The LDAP authentication module enables users to connect to an LDAP server for authentication. The module extends the Authentication API and is implemented using the LDAP API
For more information on how to set up your LDAP test environment, go to LDAP development setup.
For more information on how to use the LDAP authentication module, go to the user docs page on LDAP authentication