From: Pierangelo Masarati Date: Wed, 27 Apr 2005 18:43:32 +0000 (+0000) Subject: move back-monitor where it's reachable... X-Git-Tag: OPENLDAP_AC_BP~778 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=2a5d65de0260b94f8c54275b6f81c3163149a499;p=openldap move back-monitor where it's reachable... --- 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)!"