From 09438f3d3032a204d2281b89101cc76d50e821d2 Mon Sep 17 00:00:00 2001 From: Quanah Gibson-Mount Date: Mon, 10 Nov 2008 22:58:23 +0000 Subject: [PATCH] Set add_content_acl to on --- tests/data/slapd-acl.conf | 2 +- tests/data/slapd-dds.conf | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/data/slapd-acl.conf b/tests/data/slapd-acl.conf index 64cde948c7..fca529b082 100644 --- a/tests/data/slapd-acl.conf +++ b/tests/data/slapd-acl.conf @@ -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 diff --git a/tests/data/slapd-dds.conf b/tests/data/slapd-dds.conf index bb9ebbf10d..955a23734a 100644 --- a/tests/data/slapd-dds.conf +++ b/tests/data/slapd-dds.conf @@ -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 -- 2.39.5