mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-15 03:01:09 +08:00
Use $SLURPD_DEBUG
This commit is contained in:
parent
e259fc72e0
commit
eaf331f4aa
@ -64,7 +64,7 @@ for i in 0 1 2 3 4 5; do
|
||||
done
|
||||
|
||||
echo "Starting slurpd..."
|
||||
$SLURPD -f $MASTERCONF -d 4 -t $REPLDIR > $SLURPLOG 2>&1 &
|
||||
$SLURPD -f $MASTERCONF -d ${SLURPD_DEBUG-4} -t $REPLDIR > $SLURPLOG 2>&1 &
|
||||
SLURPPID=$!
|
||||
|
||||
echo "Using ldapadd to populate the master directory..."
|
||||
|
Loading…
Reference in New Issue
Block a user