From 2a5d65de0260b94f8c54275b6f81c3163149a499 Mon Sep 17 00:00:00 2001 From: Pierangelo Masarati Date: Wed, 27 Apr 2005 18:43:32 +0000 Subject: [PATCH] move back-monitor where it's reachable... --- tests/data/slapd-emptydn.conf | 6 ++++-- tests/scripts/test027-emptydn | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/tests/data/slapd-emptydn.conf b/tests/data/slapd-emptydn.conf index 3ae2f34df1..55e5fa1708 100644 --- a/tests/data/slapd-emptydn.conf +++ b/tests/data/slapd-emptydn.conf @@ -55,6 +55,10 @@ access to dn.subtree="dc=example,dc=com" by dn.exact="cn=Manager,c=US" write by * read +#monitor#database monitor +#monitor#access to dn.subtree="cn=Monitor" +#monitor# by * read + database @BACKEND@ suffix "" directory ./testrun/db.2.a @@ -69,5 +73,3 @@ access to attrs=userPassword access to dn.subtree="" by * read - -#monitor#database monitor diff --git a/tests/scripts/test027-emptydn b/tests/scripts/test027-emptydn index e4e2eb2cff..3290075836 100755 --- a/tests/scripts/test027-emptydn +++ b/tests/scripts/test027-emptydn @@ -28,7 +28,7 @@ if test $RC != 0 ; then fi echo "Running slapadd to build empty DN slapd database..." -$SLAPADD -f $CONF1 -n 2 -l $LDIFEMPTYDN2 +$SLAPADD -f $CONF1 -n 3 -l $LDIFEMPTYDN2 RC=$? if test $RC != 0 ; then echo "slapadd failed ($RC)!" -- 2.39.5