mirror of
https://github.com/YunoHost-Apps/akkoma_ynh.git
synced 2024-09-03 20:36:17 +02:00
11 lines
274 B
Elixir
11 lines
274 B
Elixir
config :pleroma, Pleroma.Web.Auth.Authenticator, Pleroma.Web.Auth.LDAPAuthenticator
|
|
config :pleroma, :ldap,
|
|
enabled: true,
|
|
host: "localhost",
|
|
port: 389,
|
|
ssl: false,
|
|
# sslopts: [],
|
|
tls: false,
|
|
# tlsopts: [],
|
|
base: "ou=users,dc=yunohost,dc=org",
|
|
uid: "uid"
|