mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-29 02:59:34 -05:00
Set add_content_acl to on
This commit is contained in:
parent
dd809b26c6
commit
09438f3d30
2 changed files with 2 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ rootpw secret
|
|||
#hdb#index cn,sn,uid pres,eq,sub
|
||||
#ndb#dbname db_1
|
||||
#ndb#include @DATADIR@/ndb.conf
|
||||
|
||||
add_content_acl on
|
||||
#access to attrs=objectclass dn.subtree="dc=example,dc=com"
|
||||
access to attrs=objectclass
|
||||
by dn.exact="cn=Bjorn Jensen,ou=Information Technology Division,ou=People,dc=example,dc=com" add
|
||||
|
|
|
|||
|
|
@ -48,6 +48,7 @@ rootpw secret
|
|||
#hdb#index entryExpireTimestamp eq
|
||||
#ndb#dbname db_1
|
||||
#ndb#include @DATADIR@/ndb.conf
|
||||
add_content_acl on
|
||||
|
||||
overlay dds
|
||||
dds-max-ttl 1d
|
||||
|
|
|
|||
Loading…
Reference in a new issue