aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMarco Huenseler <marcoh.huenseler+git@gmail.com>2019-08-06 12:43:42 +0200
committerGitHub <noreply@github.com>2019-08-06 12:43:42 +0200
commitc399db0c2990ca79f1113f7a6834502e90201149 (patch)
tree640f9582aee238b8add874dfc70a3b3fa5ff51b3 /README.md
parentMerge pull request #5 from naominitel/anon-bind-open (diff)
parentAdd ldap_support_extended configuration (diff)
downloadradicale_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.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 94ac7d2..7d4a4be 100644
--- a/README.md
+++ b/README.md
@@ -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
```
bgstack15