LDAP/ru: Difference between revisions
From Joomla! Documentation
AlexSmirnov (talk | contribs) Created page with "LDAP" |
AlexSmirnov (talk | contribs) Created page with "Протокол '''Lightweight Directory Access Protocol''' ('''''LDAP''''') - это некоторый протокол, спроектированный для..." |
||
| Line 1: | Line 1: | ||
'''Lightweight Directory Access Protocol''' ('''''[[wp:LDAP|LDAP]]''''') | Протокол '''Lightweight Directory Access Protocol''' ('''''[[wp:LDAP|LDAP]]''''') - это некоторый протокол, спроектированный для доступа к системам директорий через TCP/IP. Благодаря этому интерфейс в LDAP предоставляют различные базы данных, такие как [[ru.wp:Active Directory|Microsoft's Active Directory]], [[ru.wp:Novell eDirectory|Novell's eDirectory]], а также такие наиболее посвященные [протоколу] решения LDAP, как [[ru.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 01:27, 8 January 2015
Протокол Lightweight Directory Access Protocol (LDAP) - это некоторый протокол, спроектированный для доступа к системам директорий через TCP/IP. Благодаря этому интерфейс в LDAP предоставляют различные базы данных, такие как Microsoft's Active Directory, Novell's eDirectory, а также такие наиболее посвященные [протоколу] решения LDAP, как 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.
You can also read a tutorial on getting started from scratch with LDAP.