Deprecate using osixia/openldap and setup test configuration using our own alpine/ldap container
This commit is contained in:
14
tests/server/openldap/bases/24-simpsons.ldif
Normal file
14
tests/server/openldap/bases/24-simpsons.ldif
Normal file
@@ -0,0 +1,14 @@
|
||||
dn: olcDatabase=mdb,cn=config
|
||||
objectClass: olcDatabaseConfig
|
||||
objectClass: olcMdbConfig
|
||||
olcDbDirectory: /var/lib/openldap/data
|
||||
olcDatabase: mdb
|
||||
olcLastMod: TRUE
|
||||
olcMonitoring: TRUE
|
||||
olcSuffix: o=Simpsons
|
||||
olcAccess: to dn.base="" by dn="cn=admin,dc=Test" write by * read
|
||||
#olcAccess: to attrs=userPassword,shadowLastChange by dn="cn=admin,dc=Test" write by anonymous auth by self =xw by * none
|
||||
olcAccess: to attrs=userPassword,shadowLastChange by dn="cn=admin,dc=Test" write by anonymous auth by self write by * none
|
||||
olcAccess: to * by dn="cn=admin,o=Simpsons" write by dn="cn=admin,dc=Test" write by * read
|
||||
olcRootDN: cn=admin,o=Simpsons
|
||||
olcRootPW: {SSHA}e8xGdXmL+mSD3u/389YHeM+dpqFCUSyq
|
Reference in New Issue
Block a user