Chunk

LDAP/nl: Difference between revisions

From Joomla! Documentation

Created page with "U kunt ook een handleiding lezen op [http://community.joomla.org/component/zine/article/507-developer-ldap-from-scratch-sam-moffatt.html starten met LDAP]."
 
Created page with "'''Lightweight Directory Access Protocol''' ('''''LDAP''''') is een protocol dat is ontwikkeld om bestandssystemen te benaderen..."
Line 1: Line 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''' ('''''[[nl.wp:Lightweight_Directory_Access_Protocol|LDAP]]''''') is een protocol dat is ontwikkeld om bestandssystemen te benaderen door middel van een TCP/IP verbinding. Hierdoor hebben verschillende databases een LDAP interface zoals [[nl.wp:Active_Directory| Microsoft Active Directory]], [[wp: Novell eDirectory |Novell eDirectory]], evenals meer gerichte LDAP oplossingen zoals [[nl.wp:OpenLDAP|OpenLDAP]].


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.
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.

Revision as of 13:06, 23 March 2014

Lightweight Directory Access Protocol (LDAP) is een protocol dat is ontwikkeld om bestandssystemen te benaderen door middel van een TCP/IP verbinding. Hierdoor hebben verschillende databases een LDAP interface zoals Microsoft Active Directory, Novell eDirectory, evenals meer gerichte LDAP oplossingen zoals 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.

U kunt ook een handleiding lezen op starten met LDAP.

Languages