mirror of
https://github.com/ViViDboarder/bitwarden_rs_ldap.git
synced 2024-11-24 20:26:27 +00:00
16 lines
413 B
Plaintext
16 lines
413 B
Plaintext
|
dn: olcDatabase={1}mdb,cn=config
|
||
|
changetype: modify
|
||
|
replace: olcAccess
|
||
|
olcAccess: to *
|
||
|
by dn.exact=gidNumber=0+uidNumber=0,cn=peercred,cn=external,cn=auth manage
|
||
|
by * break
|
||
|
olcAccess: to attrs=userPassword,shadowLastChange
|
||
|
by self write
|
||
|
by dn="cn=admin,dc=example,dc=org" write
|
||
|
by anonymous auth
|
||
|
by * none
|
||
|
olcAccess: to *
|
||
|
by anonymous read
|
||
|
by dn="cn=admin,dc=example,dc=org" write
|
||
|
by * none
|