summaryrefslogtreecommitdiff
path: root/docs/config.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/config.md')
-rw-r--r--docs/config.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/config.md b/docs/config.md
index d1bf2a6f4..d7349d54f 100644
--- a/docs/config.md
+++ b/docs/config.md
@@ -326,3 +326,13 @@ config :auto_linker,
rel: false
]
```
+
+## :ldap
+
+* `enabled`: enables LDAP authentication
+* `host`: LDAP server hostname
+* `port`: LDAP port, e.g. 389 or 636
+* `ssl`: true to use SSL
+* `sslopts`: additional SSL options
+* `base`: LDAP base, e.g. "dc=example,dc=com"
+* `uid`: attribute type to authenticate the user, e.g. when "cn", the filter will be "cn=username,base"