Need manageDIT to set pwdPolicySubentry now

This commit is contained in:
Howard Chu 2005-08-24 03:03:20 +00:00
parent fc1c7d9987
commit f15a0f1dea

View File

@ -54,7 +54,7 @@ if test $RC != 0 ; then
fi
echo "Using ldapadd to populate the database..."
$LDAPADD -D "$MANAGERDN" -h $LOCALHOST -p $PORT1 -w $PASSWD < \
$LDAPADD -D "$MANAGERDN" -h $LOCALHOST -p $PORT1 -w $PASSWD -e manageDIT < \
$LDIFPPOLICY > $TESTOUT 2>&1
RC=$?
if test $RC != 0 ; then