mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Make mandatory the protected attribute in LDAP permission
This commit is contained in:
parent
fe8a0cbcbd
commit
e5eed1fa17
1 changed files with 2 additions and 2 deletions
|
@ -27,8 +27,8 @@ objectclass ( 1.3.6.1.4.1.17953.9.2.1 NAME 'groupOfNamesYnh'
|
||||||
objectclass ( 1.3.6.1.4.1.17953.9.2.2 NAME 'permissionYnh'
|
objectclass ( 1.3.6.1.4.1.17953.9.2.2 NAME 'permissionYnh'
|
||||||
DESC 'a Yunohost application'
|
DESC 'a Yunohost application'
|
||||||
SUP top AUXILIARY
|
SUP top AUXILIARY
|
||||||
MUST cn
|
MUST ( cn $ isProtected )
|
||||||
MAY ( groupPermission $ inheritPermission $ URL $ isProtected ) )
|
MAY ( groupPermission $ inheritPermission $ URL ) )
|
||||||
# For User
|
# For User
|
||||||
objectclass ( 1.3.6.1.4.1.17953.9.2.3 NAME 'userPermissionYnh'
|
objectclass ( 1.3.6.1.4.1.17953.9.2.3 NAME 'userPermissionYnh'
|
||||||
DESC 'a Yunohost application'
|
DESC 'a Yunohost application'
|
||||||
|
|
Loading…
Add table
Reference in a new issue