Chunk

Difference between revisions of "LDAP"

From Joomla! Documentation

m (fixing links)
m (better formating)
Line 5: Line 5:
  
 
<!--T:2-->
 
<!--T:2-->
Joomla! has had a native LDAP library, <code>[http://api.joomla.org/cms-2.5/classes/JLDAP.html JLDAP]</code> ({{JVer|2.5}}) and <code>[http://api.joomla.org/cms-3/classes/JClientLdap.html JClientLDAP]</code> (changed to JClientLDAP in {{JVer|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.
+
Joomla! has had a native LDAP library, <code>[http://api.joomla.org/cms-2.5/classes/JLDAP.html JLDAP]</code> {{JVer|2.5}} (changed to <code>[http://api.joomla.org/cms-3/classes/JClientLdap.html JClientLDAP]</code> in {{JVer|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.
  
 
<!--T:3-->
 
<!--T:3-->

Revision as of 16:44, 3 March 2014

Other languages:
Bahasa Indonesia • ‎Deutsch • ‎English • ‎Kiswahili • ‎Nederlands • ‎català • ‎dansk • ‎español • ‎français • ‎italiano • ‎português • ‎svenska • ‎български • ‎русский • ‎中文(台灣)‎ • ‎日本語

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, JLDAP Joomla 2.5 (changed to 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 getting started from scratch with LDAP.