Chunk

LDAP: Difference between revisions

From Joomla! Documentation

No edit summary
No edit summary
 
Line 1: Line 1:
<translate>
<noinclude><languages /></noinclude><translate>
<!--T:1-->
<!--T:1-->
'''Lightweight Directory Access Protocol''' ('''''[[wp:LDAP|LDAP]]''''')  is a protocol designed to access directory systems over TCP/IP. Because of this various databases provide an LDAP interface such as [[wp:Active Directory|Microsoft's Active Directory]], [[wp:Novell eDirectory|Novell's eDirectory]], as well as more dedicated LDAP solutions such as [[wp:OpenLDAP|OpenLDAP]].
'''Lightweight Directory Access Protocol''' ('''''[[wp:LDAP|LDAP]]''''')  is a protocol designed to access directory systems over TCP/IP. Because of this various databases provide an LDAP interface such as [[wp:Active Directory|Microsoft's Active Directory]], [[wp:Novell eDirectory|Novell's eDirectory]], as well as more dedicated LDAP solutions such as [[wp:OpenLDAP|OpenLDAP]].
Line 11: Line 11:
<!--T:4-->
<!--T:4-->
<noinclude>[[Category:Glossary definitions|{{PAGENAME}}]]</noinclude></translate>
<noinclude>[[Category:Glossary definitions|{{PAGENAME}}]]</noinclude></translate>
<noinclude>
== Languages ==
<languages /></noinclude>

Latest revision as of 09:19, 1 April 2020

Lightweight Directory Access Protocol (LDAP) is a protocol designed to access directory systems over TCP/IP. Because of this various databases provide an LDAP interface such as Microsoft's Active Directory, Novell's eDirectory, as well as more dedicated LDAP solutions such as OpenLDAP.

Joomla! has had a native LDAP library, JClientLDAP in Joomla 3.x, and a native LDAP authentication plugin. This allows Joomla! to authenticate against LDAP systems out of the box: to configure, go to the Plugin Manager and enable and edit the Authentication - LDAP plugin.

You can also read a tutorial on Joomla! LDAP Authentications Plugin: Window 2003 Server Active Directory Configuration.