From 3fc4a32abcb58f26e1b0a9f115122cf084d50061 Mon Sep 17 00:00:00 2001 From: Aris Date: Mon, 16 Jan 2023 01:58:58 +0100 Subject: [PATCH] Fix #11 - Error 500 in Admin FE --- conf/ldap.exs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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,