move back-monitor where it's reachable...

This commit is contained in:
Pierangelo Masarati 2005-04-27 18:43:32 +00:00
parent fee10862c3
commit 2a5d65de02
2 changed files with 5 additions and 3 deletions

View 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

View File

@ -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)!"