mirror of
https://github.com/luzifer-docker/openldap.git
synced 2024-12-20 12:41:17 +00:00
Add default ACL
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
005b43c4e4
commit
ecfae5a2bc
1 changed files with 11 additions and 0 deletions
|
@ -27,6 +27,17 @@ dn: olcDatabase=mdb,cn=config
|
|||
objectClass: olcDatabaseConfig
|
||||
objectClass: olcMdbConfig
|
||||
olcDatabase: mdb
|
||||
olcAccess: {0}to attrs=userPassword
|
||||
by self write
|
||||
by anonymous auth
|
||||
by dn="cn={{ env `SLAPD_ADMIN_USER` `admin` }},{{ env `SLAPD_SUFFIX` `dc=example,dc=com` }}" write
|
||||
by * none
|
||||
olcAccess: {1}to dn.base=""
|
||||
by * read
|
||||
olcAccess: {2}to *
|
||||
by self write
|
||||
by dn="cn={{ env `SLAPD_ADMIN_USER` `admin` }},{{ env `SLAPD_SUFFIX` `dc=example,dc=com` }}" write
|
||||
by * read
|
||||
olcSuffix: {{ env `SLAPD_SUFFIX` `dc=example,dc=com` }}
|
||||
olcRootDN: cn={{ env `SLAPD_ADMIN_USER` `admin` }},{{ env `SLAPD_SUFFIX` `dc=example,dc=com` }}
|
||||
olcRootPW: {{ env `SLAPD_PASSWORD` `secret` }}
|
||||
|
|
Loading…
Reference in a new issue