mirror of
https://github.com/kakwa/ldapcherry
synced 2025-07-04 04:17:43 +02:00
better default configuration and content in test ldap
This commit is contained in:
parent
fa967431f5
commit
af0ac631cb
3 changed files with 12 additions and 4 deletions
|
@ -10,6 +10,13 @@ cn: dnscherry
|
|||
description: [applicative account]
|
||||
userPassword: password
|
||||
|
||||
dn: cn=ldapcherry,dc=example,dc=org
|
||||
objectClass: simpleSecurityObject
|
||||
objectClass: organizationalRole
|
||||
cn: ldapcherry
|
||||
description: [applicative account]
|
||||
userPassword: password
|
||||
|
||||
dn: ou=People,dc=example,dc=org
|
||||
ou: People
|
||||
objectClass: top
|
||||
|
|
|
@ -8,6 +8,7 @@ olcAccess: {0}to attrs=userPassword,shadowLastChange by self write by anonymou
|
|||
s auth by dn="cn=admin,dc=example,dc=org" write by * none
|
||||
olcAccess: {1}to dn.base="" by * read
|
||||
olcAccess: {2}to * by self write by dn="cn=dnscherry,dc=example,dc=org" write by * read
|
||||
olcAccess: {3}to * by self write by dn="cn=ldapcherry,dc=example,dc=org" write by * read
|
||||
olcLastMod: TRUE
|
||||
olcRootDN: cn=admin,dc=example,dc=org
|
||||
olcRootPW: {SSHA}Fp+rSxe5eFsj0DGITJts4DwdSDFDZG9P
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue