mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Support --disable-monitor: slapadd -b "" instead of -n 3.
This commit is contained in:
parent
aefb0f3f05
commit
657da89181
@ -28,7 +28,7 @@ if test $RC != 0 ; then
|
||||
fi
|
||||
|
||||
echo "Running slapadd to build empty DN slapd database..."
|
||||
$SLAPADD -f $CONF1 -n 3 -l $LDIFEMPTYDN2
|
||||
$SLAPADD -f $CONF1 -b "" -l $LDIFEMPTYDN2
|
||||
RC=$?
|
||||
if test $RC != 0 ; then
|
||||
echo "slapadd failed ($RC)!"
|
||||
|
Loading…
Reference in New Issue
Block a user