]> git.sur5r.net Git - openldap/commitdiff
move back-monitor where it's reachable...
authorPierangelo Masarati <ando@openldap.org>
Wed, 27 Apr 2005 18:43:32 +0000 (18:43 +0000)
committerPierangelo Masarati <ando@openldap.org>
Wed, 27 Apr 2005 18:43:32 +0000 (18:43 +0000)
tests/data/slapd-emptydn.conf
tests/scripts/test027-emptydn

index 3ae2f34df12286185c72db28083a8308c1290ce2..55e5fa17083e4b274f15d0c2dc010005947ff572 100644 (file)
@@ -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
index e4e2eb2cff0fd781d773cefef8af17ee9337ef66..32900758369844ec4d40ac7787a88ed7d6fa8a53 100755 (executable)
@@ -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)!"