mirror of
https://github.com/YunoHost-Apps/galene_ynh.git
synced 2024-09-03 18:36:31 +02:00
8 lines
196 B
JSON
8 lines
196 B
JSON
{
|
|
"httpAddress": "127.0.0.1:__LDAP_PORT__",
|
|
"ldapServer": "ldap://localhost:389",
|
|
"ldapBase": "ou=users,dc=yunohost,dc=org",
|
|
"key": __KEY__,
|
|
"groups": ["YunoHost_Users"],
|
|
"insecure": true
|
|
}
|