diff options
author | link0ff <juri@linkov.net> | 2019-02-22 15:03:43 +0200 |
---|---|---|
committer | link0ff <juri@linkov.net> | 2019-02-22 15:03:43 +0200 |
commit | e278d470232f4e8081bbbe358137400074673e75 (patch) | |
tree | a418de7b436981011da1c592bcc3d9fab15ddd29 /docs | |
parent | 5a4e2905fecfd21cf92f6b2844f15f5ee84b33f5 (diff) | |
download | pleroma-e278d470232f4e8081bbbe358137400074673e75.tar.gz |
OpenLDAP support
Diffstat (limited to 'docs')
-rw-r--r-- | docs/config.md | 9 |
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" |