Format access controls correctly

This commit is contained in:
Anthony Wang 2021-08-02 07:44:40 -05:00 committed by GitHub
parent 0812120d03
commit 63ac18ee14
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,10 +1,4 @@
access to attrs=cn,givenName,sn,userPassword,mail,loginShell,photo
by self write
by anonymous auth
by dn.base="cn=Manager,dc=exozy,dc=me" write
by * none
access to *
by self read
by dn.base="cn=Manager,dc=exozy,dc=me" write
by * read
dn: cn=config
add: olcAccess
olcAccess: {0}to attrs=cn,givenName,sn,userPassword,mail,loginShell,photo by self write by anonymous auth by dn.base="cn=Manager,dc=exozy,dc=me" write by * none
olcAccess: {1}to * by self read by dn.base="cn=Manager,dc=exozy,dc=me" write by * read