diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-04-30 20:38:16 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-04-30 20:38:16 -0400 |
commit | 3872dee261779a3263155935a578173205aae533 (patch) | |
tree | c1dfd082d6ae82e8607533ed8697ef546e27430a /doc/ldap-authentication.markdown | |
parent | 2afd7ee834d8064c6cfefd09a11d08d05a0dfdf1 (diff) |
Added support for LDAP Posix Groups (OpenLDAP with memberUid)
Diffstat (limited to 'doc/ldap-authentication.markdown')
-rw-r--r-- | doc/ldap-authentication.markdown | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ldap-authentication.markdown b/doc/ldap-authentication.markdown index cacfb523..e994c149 100644 --- a/doc/ldap-authentication.markdown +++ b/doc/ldap-authentication.markdown @@ -167,8 +167,8 @@ Just change the value of `LDAP_ACCOUNT_CREATION` to `false`: define('LDAP_ACCOUNT_CREATION', false); ``` -Troubleshootings ----------------- +Troubleshooting +--------------- ### SELinux restrictions |