# HG changeset patch # User Marcin Kuzminski # Date 2017-07-19 10:42:49 # Node ID 39cf4a72085b6e32e30306f184e22de34ce4699b # Parent 51b8a8f9a3831d4d626056379ea6dd6815b1d2b6 docs: fixed ldap options. Those no longer exist in 4.X diff --git a/docs/auth/ldap-config-steps.rst b/docs/auth/ldap-config-steps.rst --- a/docs/auth/ldap-config-steps.rst +++ b/docs/auth/ldap-config-steps.rst @@ -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::