Chunk

LDAP/ru: Difference between revisions

From Joomla! Documentation

Created page with "LDAP"
 
Created page with "Протокол '''Lightweight Directory Access Protocol''' ('''''LDAP''''') - это некоторый протокол, спроектированный для..."
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''' ('''''[[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 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.

Languages