##// END OF EJS Templates
docs: fixed ldap options. Those no longer exist in 4.X
marcink -
r1936:39cf4a72 default
parent child Browse files
Show More
@@ -3,11 +3,13 b''
3 LDAP
3 LDAP
4 ----
4 ----
5
5
6 |RCM| supports LDAP (Lightweight Directory Access Protocol) authentication.
6 |RCM| supports LDAP (Lightweight Directory Access Protocol) or
7 AD (active Directory) authentication.
7 All LDAP versions are supported, with the following |RCM| plugins managing each:
8 All LDAP versions are supported, with the following |RCM| plugins managing each:
8
9
9 * For LDAPv3 use ``rhodecode.lib.auth_modules.auth_ldap_group``
10 * For LDAPv3 use ``LDAP (egg:rhodecode-enterprise-ce#ldap)``
10 * For older LDAP versions use ``rhodecode.lib.auth_modules.auth_ldap``
11 * For LDAPv3 with user group sync use ``LDAP + User Groups (egg:rhodecode-enterprise-ee#ldap_group)``
12
11
13
12 .. important::
14 .. important::
13
15
General Comments 0
You need to be logged in to leave comments. Login now