Update add new ldap organisation authored by Armin Felder's avatar Armin Felder
...@@ -7,9 +7,9 @@ objectClass: olcMdbConfig ...@@ -7,9 +7,9 @@ objectClass: olcMdbConfig
olcDatabase: {2}mdb olcDatabase: {2}mdb
olcDbDirectory: /var/lib/ldap/example olcDbDirectory: /var/lib/ldap/example
olcSuffix: dc=example,dc=com olcSuffix: dc=example,dc=com
olcAccess: {0}to attrs=userPassword,shadowLastChange by self write by anonymous auth by * none olcAccess: {0}to attrs=userPassword,shadowLastChange by self read by anonymous auth by * none
olcAccess: {1}to dn.base="" by * read olcAccess: {1}to dn.base="" by * read
olcAccess: {2}to * by * read olcAccess: {2}to * by self read
olcLastMod: TRUE olcLastMod: TRUE
olcDbCheckpoint: 512 30 olcDbCheckpoint: 512 30
olcDbIndex: cn,uid eq olcDbIndex: cn,uid eq
... ...
......