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: | '''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
(changed to JClientLDAP in
) 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.