diff options
author | link0ff <juri@linkov.net> | 2019-03-03 21:20:36 +0200 |
---|---|---|
committer | link0ff <juri@linkov.net> | 2019-03-03 21:20:36 +0200 |
commit | 88a672fe88deae53d5459d651859be65555e6af2 (patch) | |
tree | a52adc539a90ce78f710776c840137d7d7d59ec1 /docs/config.md | |
parent | 19e2b852473ea4d371fb3d77e9344025e0499428 (diff) | |
download | pleroma-88a672fe88deae53d5459d651859be65555e6af2.tar.gz pleroma-88a672fe88deae53d5459d651859be65555e6af2.zip |
Move LDAP code to LDAPAuthenticator. Use Authenticator for token_exchange with grant_type as well
Diffstat (limited to 'docs/config.md')
-rw-r--r-- | docs/config.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/config.md b/docs/config.md index d7349d54f..8d6770959 100644 --- a/docs/config.md +++ b/docs/config.md @@ -336,3 +336,8 @@ config :auto_linker, * `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" + +## Pleroma.Web.Auth.Authenticator + +* `Pleroma.Web.Auth.PleromaAuthenticator`: default database authenticator +* `Pleroma.Web.Auth.LDAPAuthenticator`: LDAP authentication |