mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-02-23 14:09:39 +08:00
move back-monitor where it's reachable...
This commit is contained in:
parent
fee10862c3
commit
2a5d65de02
@ -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)!"
|
||||
|
Loading…
Reference in New Issue
Block a user