docs: fixed ldap options. Those no longer exist in 4.X
This commit is contained in:
parent
a98d55f137
commit
5dfbc6d897
1 changed files with 5 additions and 3 deletions
|
|
@ -3,11 +3,13 @@
|
|||
LDAP
|
||||
----
|
||||
|
||||
|RCM| supports LDAP (Lightweight Directory Access Protocol) authentication.
|
||||
|RCM| supports LDAP (Lightweight Directory Access Protocol) or
|
||||
AD (active Directory) authentication.
|
||||
All LDAP versions are supported, with the following |RCM| plugins managing each:
|
||||
|
||||
* For LDAPv3 use ``rhodecode.lib.auth_modules.auth_ldap_group``
|
||||
* For older LDAP versions use ``rhodecode.lib.auth_modules.auth_ldap``
|
||||
* For LDAPv3 use ``LDAP (egg:rhodecode-enterprise-ce#ldap)``
|
||||
* For LDAPv3 with user group sync use ``LDAP + User Groups (egg:rhodecode-enterprise-ee#ldap_group)``
|
||||
|
||||
|
||||
.. important::
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue