mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
Need manageDIT to set pwdPolicySubentry now
This commit is contained in:
parent
fc1c7d9987
commit
f15a0f1dea
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue