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:
parent
d77320348d
commit
3a3a31a538
1 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue