mirror of
https://github.com/YunoHost-Apps/xwiki_ynh.git
synced 2024-09-03 20:36:11 +02:00
Fix permission management
This commit is contained in:
parent
7798d0f123
commit
e9b705e0f1
2 changed files with 7 additions and 1 deletions
|
@ -593,7 +593,7 @@ xwiki.authentication.ldap.UID_attr=uid
|
|||
|
||||
#-# The potential LDAP groups classes. Separated by commas.
|
||||
#-# The default is group,groupOfNames,groupOfUniqueNames,dynamicGroup,dynamicGroupAux,groupWiseDistributionList,posixGroup,apple-group
|
||||
xwiki.authentication.ldap.group_classes=groupOfNamesYnh
|
||||
xwiki.authentication.ldap.group_classes=permissionYnh,groupOfNamesYnh
|
||||
|
||||
#-# The potential names of the LDAP groups fields containings the members. Separated by commas.
|
||||
#-# The default is member,uniqueMember,memberUid
|
||||
|
|
|
@ -41,6 +41,10 @@ ram.runtime = "1G"
|
|||
type = "group"
|
||||
default = "visitors"
|
||||
|
||||
[install.init_admin_permission]
|
||||
type = "group"
|
||||
default = "admins"
|
||||
|
||||
[resources]
|
||||
|
||||
[resources.sources]
|
||||
|
@ -91,6 +95,8 @@ ram.runtime = "1G"
|
|||
[resources.permissions]
|
||||
main.url = "/"
|
||||
|
||||
admin.label = "Admins"
|
||||
|
||||
[resources.apt]
|
||||
packages = ["openjdk-17-jre", "postgresql"]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue