echo "running defines.sh"
. $SRCDIR/scripts/defines.sh
-LVL=-1
+
PERSONAL="(objectClass=inetOrgPerson)"
NOWHERE="/dev/null"
FAILURE="additional info:"
# configure frontside
mkdir -p $DBDIR2
-mkdir -p testrun/conf2
. $CONFFILTER $BACKEND $MONITORDB < $TRANSLUCENTLOCALCONF > $CONF2
echo "Starting local slapd on TCP/IP port $PORT2..."
-$SLAPD -f $CONF2 -F testrun/conf2 -h $URI2 -d $LVL $TIMING > $LOG2 2>&1 &
+$SLAPD -f $CONF2 -h $URI2 -d $LVL $TIMING > $LOG2 2>&1 &
PID=$!
if test $WAIT != 0 ; then
echo PID $PID
exit 1
fi
-echo "Dynamically configuring local slapd with translucent_no_glue and translucent_string..."
+echo "Dynamically configuring local slapd with translucent_no_glue and translucent_strict..."
$LDAPMODIFY -D cn=config -H $URI2 -y $CONFIGPWF <<EOF
dn: olcOverlay={0}translucent,olcDatabase={2}bdb,cn=config