aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorlink0ff <juri@linkov.net>2019-02-22 15:03:43 +0200
committerlink0ff <juri@linkov.net>2019-02-22 15:03:43 +0200
commite278d470232f4e8081bbbe358137400074673e75 (patch)
treea418de7b436981011da1c592bcc3d9fab15ddd29 /docs
parent5a4e2905fecfd21cf92f6b2844f15f5ee84b33f5 (diff)
downloadpleroma-e278d470232f4e8081bbbe358137400074673e75.tar.gz
OpenLDAP support
Diffstat (limited to 'docs')
-rw-r--r--docs/config.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/config.md b/docs/config.md
index 14723b727..a497fb4ca 100644
--- a/docs/config.md
+++ b/docs/config.md
@@ -301,3 +301,12 @@ For each pool, the options are:
* `max_connections` - how much connections a pool can hold
* `timeout` - retention duration for connections
+## :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"