Difference between revisions of "LDAP"

From Joomla! Documentation

(Made this page a landing page)
m (<noinclude><languages /></noinclude>)
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{:Chunk:LDAP}}
+
<noinclude><languages /></noinclude>
 +
<translate>
 +
<!--T:1-->
 +
{{:Chunk:LDAP/en}}
 +
</translate><translate>
 +
==See also== <!--T:2-->
 +
*[[How do Windows file permissions work?]]
 +
*[[Verifying permissions]] - Unix/Linux based systems
 
<noinclude>[[Category:Landing Pages]][[Category:Glossary]]</noinclude>
 
<noinclude>[[Category:Landing Pages]][[Category:Glossary]]</noinclude>
 +
</translate>

Revision as of 22:17, 24 February 2014

Other languages:
Bahasa Indonesia • ‎Deutsch • ‎English • ‎Kiswahili • ‎Nederlands • ‎català • ‎español • ‎français • ‎português do Brasil • ‎български • ‎日本語

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.

See also