]> git.sur5r.net Git - openldap/blobdiff - tests/scripts/test022-ppolicy
More LDAP_DEVEL cleanup
[openldap] / tests / scripts / test022-ppolicy
index 7f55cd09bcb285563b4d4e8a48ef45340f3ac9a6..de6b9fb8c84c633ce4cc189ed8288f47fd0942af 100755 (executable)
@@ -56,7 +56,7 @@ if test $RC != 0 ; then
 fi
 
 echo "Using ldapadd to populate the database..."
-# may need -e manageDIT for draft 09, but not yet.
+# may need "-e relax" for draft 09, but not yet.
 $LDAPADD -D "$MANAGERDN" -h $LOCALHOST -p $PORT1 -w $PASSWD < \
        $LDIFPPOLICY > $TESTOUT 2>&1
 RC=$?