library/roles/openldap-server/templates/base-dn.ldif.j2: Remove some controversial changes.

This commit is contained in:
Andrea Dell'Amico 2018-03-01 16:28:51 +01:00
parent 859e6c7f87
commit 3cab0247bb
1 changed files with 14 additions and 14 deletions

View File

@ -8,17 +8,17 @@ changetype: modify
replace: olcRootDN replace: olcRootDN
olcRootDN: cn={{ openldap_admin_user }},{{ openldap_base_dn }} olcRootDN: cn={{ openldap_admin_user }},{{ openldap_base_dn }}
dn: olcDatabase={1}hdb,cn=config #dn: olcDatabase={1}hdb,cn=config
changetype: modify #changetype: modify
replace: olcAccess #replace: olcAccess
olcAccess: {0}to attrs=userPassword,shadowLastChange by self write by anonymous auth by dn="cn={{ openldap_admin_user }},{{ openldap_base_dn }}" write by * none #olcAccess: {0}to attrs=userPassword,shadowLastChange by self write by anonymous auth by dn="cn={{ openldap_admin_user }},{{ openldap_base_dn }}" write by * none
#
dn: olcDatabase={1}hdb,cn=config #dn: olcDatabase={1}hdb,cn=config
changetype: modify #changetype: modify
replace: olcAccess #replace: olcAccess
olcAccess: {1}to dn.base="" by * read #olcAccess: {1}to dn.base="" by * read
#
dn: olcDatabase={1}hdb,cn=config #dn: olcDatabase={1}hdb,cn=config
changetype: modify #changetype: modify
replace: olcAccess #replace: olcAccess
olcAccess: {2}to * by dn="cn={{ openldap_admin_user }},{{ openldap_base_dn }}" write by * read #olcAccess: {2}to * by dn="cn={{ openldap_admin_user }},{{ openldap_base_dn }}" write by * read