From: Howard Chu Date: Wed, 24 Aug 2005 03:03:20 +0000 (+0000) Subject: Need manageDIT to set pwdPolicySubentry now X-Git-Tag: OPENLDAP_REL_ENG_2_2_MP~590 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=f15a0f1dea500a4b59bfd5b268d58d46167d9b40;p=openldap Need manageDIT to set pwdPolicySubentry now --- diff --git a/tests/scripts/test022-ppolicy b/tests/scripts/test022-ppolicy index 3a3b3ded3a..f78e257cd1 100755 --- a/tests/scripts/test022-ppolicy +++ b/tests/scripts/test022-ppolicy @@ -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