From 3a3a31a538c719bdb667329a1aa4f558a8eb26ed Mon Sep 17 00:00:00 2001 From: lapineige Date: Tue, 20 Dec 2022 22:24:00 +0100 Subject: [PATCH] pleroma -> akkoma --- conf/ldap.exs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/ldap.exs b/conf/ldap.exs index b7e3272..f4c60f3 100644 --- a/conf/ldap.exs +++ b/conf/ldap.exs @@ -1,5 +1,5 @@ -config :pleroma, Pleroma.Web.Auth.Authenticator, Pleroma.Web.Auth.LDAPAuthenticator -config :pleroma, :ldap, +config :akkoma, Pleroma.Web.Auth.Authenticator, Pleroma.Web.Auth.LDAPAuthenticator +config :akkoma, :ldap, enabled: true, host: "localhost", port: 389, @@ -8,4 +8,4 @@ config :pleroma, :ldap, tls: false, # tlsopts: [], base: "ou=users,dc=yunohost,dc=org", - uid: "uid" \ No newline at end of file + uid: "uid"