mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-09 11:26:27 +00:00
Merge branch 'fix_acl' into 'master'
Fix acl search pour phabricator See merge request federez/re2o!157
This commit is contained in:
commit
09d7baba5f
1 changed files with 5 additions and 4 deletions
|
@ -1123,16 +1123,17 @@ olcAccess: {2}to dn.base="" by * read
|
||||||
olcAccess: {3}to dn.sub="ou=groups,dc=example,dc=net" by group="cn=
|
olcAccess: {3}to dn.sub="ou=groups,dc=example,dc=net" by group="cn=
|
||||||
auth,ou=services,ou=groups,dc=example,dc=net" read by group="cn=re
|
auth,ou=services,ou=groups,dc=example,dc=net" read by group="cn=re
|
||||||
adonly,ou=services,ou=groups,dc=example,dc=net" read
|
adonly,ou=services,ou=groups,dc=example,dc=net" read
|
||||||
olcAccess: {4}to dn.sub="cn=Utilisateurs,dc=example,dc=net" by grou
|
olcAccess: {4}to dn.base="cn=Utilisateurs,dc=example,dc=net" by * read
|
||||||
|
olcAccess: {5}to dn.sub="cn=Utilisateurs,dc=example,dc=net" by grou
|
||||||
p="cn=auth,ou=services,ou=groups,dc=example,dc=net" read by self r
|
p="cn=auth,ou=services,ou=groups,dc=example,dc=net" read by self r
|
||||||
ead by group="cn=readonly,ou=services,ou=groups,dc=example,dc=net"
|
ead by group="cn=readonly,ou=services,ou=groups,dc=example,dc=net"
|
||||||
read by group="cn=usermgmt,ou=services,ou=groups,dc=example,dc=or
|
read by group="cn=usermgmt,ou=services,ou=groups,dc=example,dc=or
|
||||||
g" write
|
g" write
|
||||||
olcAccess: {5}to dn.sub="ou=service-users,dc=example,dc=net" by gro
|
olcAccess: {6}to dn.sub="ou=service-users,dc=example,dc=net" by gro
|
||||||
up="cn=auth,ou=services,ou=groups,dc=example,dc=net" read by group
|
up="cn=auth,ou=services,ou=groups,dc=example,dc=net" read by group
|
||||||
="cn=readonly,ou=services,ou=groups,dc=example,dc=net" read
|
="cn=readonly,ou=services,ou=groups,dc=example,dc=net" read
|
||||||
olcAccess: {6}to dn.base="dc=example,dc=net" by * read
|
olcAccess: {7}to dn.base="dc=example,dc=net" by * read
|
||||||
olcAccess: {7}to * by dn="cn=admin,dc=example,dc=net" write by self
|
olcAccess: {8}to * by dn="cn=admin,dc=example,dc=net" write by self
|
||||||
read by group="cn=readonly,ou=services,ou=groups,dc=example,dc=or
|
read by group="cn=readonly,ou=services,ou=groups,dc=example,dc=or
|
||||||
g" read
|
g" read
|
||||||
olcLastMod: TRUE
|
olcLastMod: TRUE
|
||||||
|
|
Loading…
Reference in a new issue