1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/galene_ynh.git synced 2024-09-03 18:36:31 +02:00
galene_ynh/conf/galene-ldap.json
2022-10-05 00:36:46 +02:00

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
}