mirror of
https://github.com/YunoHost-Apps/galene_ynh.git
synced 2024-09-03 18:36:31 +02:00
fix
This commit is contained in:
parent
3be0c50068
commit
994c126ac7
3 changed files with 30 additions and 19 deletions
|
@ -1,8 +1,10 @@
|
||||||
{
|
{
|
||||||
"httpAddress": "127.0.0.1:__PORT_LDAP__",
|
"httpAddress":"127.0.0.1:__PORT_LDAP__",
|
||||||
"ldapServer": "ldap://localhost:389",
|
"ldapServer":"ldap://localhost:389",
|
||||||
"ldapBase": "ou=users,dc=yunohost,dc=org",
|
"ldapBase":"ou=users,dc=yunohost,dc=org",
|
||||||
"key": __KEY__,
|
"key":"__KEY__",
|
||||||
"groups": ["YunoHost_Users"],
|
"groups":[
|
||||||
"insecure": true
|
"YunoHost_Users"
|
||||||
|
],
|
||||||
|
"insecure":true
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,11 @@
|
||||||
"users": {
|
{
|
||||||
"description": "YunoHost User Group",
|
"users":{
|
||||||
"public": true,
|
"description":"YunoHost User Group",
|
||||||
"authServer": "https://__DOMAIN__/auth/",
|
"public":true,
|
||||||
"authKeys": [__KEY__],
|
"authServer":"https://__DOMAIN__/auth/",
|
||||||
"auto-subgroups": true
|
"authKeys":[
|
||||||
}
|
"__KEY__"
|
||||||
|
],
|
||||||
|
"auto-subgroups":true
|
||||||
|
}
|
||||||
|
}
|
|
@ -1,7 +1,12 @@
|
||||||
"users": {
|
{
|
||||||
"__ADMIN__": {"permissions": "op", "password": __PASSWORD_HASH__},
|
"users":{
|
||||||
"description": "__GROUP_DESCRIPTION__",
|
"__ADMIN__":{
|
||||||
"public": true,
|
"permissions":"op",
|
||||||
"allow-recording": true,
|
"password":"__PASSWORD_HASH__"
|
||||||
"auto-subgroups": true
|
},
|
||||||
|
"description":"__GROUP_DESCRIPTION__",
|
||||||
|
"public":true,
|
||||||
|
"allow-recording":true,
|
||||||
|
"auto-subgroups":true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue