1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/akkoma_ynh.git synced 2024-09-03 20:36:17 +02:00

pleroma -> akkoma

This commit is contained in:
lapineige 2022-12-20 22:24:00 +01:00 committed by GitHub
parent d77320348d
commit 3a3a31a538
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"
uid: "uid"