]> git.sur5r.net Git - openldap/commitdiff
Need manageDIT to set pwdPolicySubentry now
authorHoward Chu <hyc@openldap.org>
Wed, 24 Aug 2005 03:03:20 +0000 (03:03 +0000)
committerHoward Chu <hyc@openldap.org>
Wed, 24 Aug 2005 03:03:20 +0000 (03:03 +0000)
tests/scripts/test022-ppolicy

index 3a3b3ded3ac2e2add427c0f3fa437c0f831321a4..f78e257cd1b9af20caf483e5fd115a18ac43040c 100755 (executable)
@@ -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