Skip to content
Snippets Groups Projects
Commit 2a5d65de authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

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

parent fee10862
No related branches found
No related tags found
No related merge requests found
......@@ -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
......@@ -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)!"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment