diff --git a/conf/ldap.exs b/conf/ldap.exs index 757671f..542d8aa 100644 --- a/conf/ldap.exs +++ b/conf/ldap.exs @@ -1,5 +1,5 @@ -config :akkoma, Akkoma.Web.Auth.Authenticator, Akkoma.Web.Auth.LDAPAuthenticator -config :akkoma, :ldap, +config :pleroma, Pleroma.Web.Auth.Authenticator, Pleroma.Web.Auth.LDAPAuthenticator +config :pleroma, :ldap, enabled: true, host: "localhost", port: 389,