Skip to content
Snippets Groups Projects
Commit f15a0f1d authored by Howard Chu's avatar Howard Chu
Browse files

Need manageDIT to set pwdPolicySubentry now

parent fc1c7d99
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment