ldap enable should be set in var

This commit is contained in:
meaz 2023-02-05 11:03:40 +01:00
parent 5ae3d33569
commit e68b7bc784
Signed by: meaz
GPG Key ID: CD7A47B2F1ED43B4
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ config :pleroma, :rate_limit,
config :pleroma, Pleroma.Web.Auth.Authenticator, Pleroma.Web.Auth.LDAPAuthenticator
config :pleroma, :ldap,
enabled: true,
enabled: {{ pleroma_ldap }},
host: "{{ pleroma_ldap_host }}",
port: {{ pleroma_ldap_port }},
ssl: "{{ pleroma_ldap_ssl }}",