diff options
author | Marco Huenseler <marcoh.huenseler+git@gmail.com> | 2019-08-06 12:43:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-06 12:43:42 +0200 |
commit | c399db0c2990ca79f1113f7a6834502e90201149 (patch) | |
tree | 640f9582aee238b8add874dfc70a3b3fa5ff51b3 /README.md | |
parent | Merge pull request #5 from naominitel/anon-bind-open (diff) | |
parent | Add ldap_support_extended configuration (diff) | |
download | radicale_auth_ldap-c399db0c2990ca79f1113f7a6834502e90201149.tar.gz radicale_auth_ldap-c399db0c2990ca79f1113f7a6834502e90201149.tar.bz2 radicale_auth_ldap-c399db0c2990ca79f1113f7a6834502e90201149.zip |
Merge pull request #8 from indication/master
Add ldap_support_extended configuration
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -31,4 +31,8 @@ ldap_password = verysecurepassword # LDAP scope of the search ldap_scope = LEVEL + +# LDAP extended option +# If the server is samba, ldap_support_extended is should be no +ldap_support_extended = yes ``` |