Support LDAP method start_tls
This commit is contained in:
parent
88a672fe88
commit
9338f061a3
3 changed files with 49 additions and 16 deletions
|
|
@ -361,6 +361,8 @@ config :pleroma, :ldap,
|
|||
port: String.to_integer(System.get_env("LDAP_PORT") || "389"),
|
||||
ssl: System.get_env("LDAP_SSL") == "true",
|
||||
sslopts: [],
|
||||
tls: System.get_env("LDAP_TLS") == "true",
|
||||
tlsopts: [],
|
||||
base: System.get_env("LDAP_BASE") || "dc=example,dc=com",
|
||||
uid: System.get_env("LDAP_UID") || "cn"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue