mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
Fix logging, ITS#5536
This commit is contained in:
parent
4b2c003907
commit
1300a390c0
1 changed files with 3 additions and 2 deletions
|
|
@ -50,6 +50,7 @@ $SLAPADD -F $CFPROD -n 0 <<EOF
|
|||
dn: cn=config
|
||||
objectClass: olcGlobal
|
||||
cn: config
|
||||
olcServerID: 1
|
||||
|
||||
dn: olcDatabase={0}config,cn=config
|
||||
objectClass: olcDatabaseConfig
|
||||
|
|
@ -112,7 +113,7 @@ fi
|
|||
|
||||
echo "Starting producer2 slapd on TCP/IP port $PORT2..."
|
||||
cd $PRO2DIR
|
||||
$SLAPD -F slapd.d -h $URI2 -d $LVL $TIMING > $LOG1 2>&1 &
|
||||
$SLAPD -F slapd.d -h $URI2 -d $LVL $TIMING > $LOG2 2>&1 &
|
||||
PID=$!
|
||||
if test $WAIT != 0 ; then
|
||||
echo PID $PID
|
||||
|
|
@ -140,7 +141,7 @@ fi
|
|||
|
||||
echo "Starting consumer slapd on TCP/IP port $PORT3..."
|
||||
cd $CONSDIR
|
||||
$SLAPD -F slapd.d -h $URI3 -d $LVL $TIMING > $LOG2 2>&1 &
|
||||
$SLAPD -F slapd.d -h $URI3 -d $LVL $TIMING > $LOG3 2>&1 &
|
||||
PID=$!
|
||||
if test $WAIT != 0 ; then
|
||||
echo PID $PID
|
||||
|
|
|
|||
Loading…
Reference in a new issue