]> git.sur5r.net Git - openldap/blobdiff - tests/scripts/test002-populate
Add cn=monitor, cn=config, cn=schema to namingContexts.
[openldap] / tests / scripts / test002-populate
index 6de48d2df33f8ac61750ffc7788bda2462e43cb7..641a3d5c65bb980f57bd55ec1a59d374bca965c2 100755 (executable)
@@ -43,8 +43,7 @@ fi
 
 echo "Using ldapsearch to read all the entries..."
 $LDAPSEARCH -L -S "" -b "$BASEDN" -h localhost -p $PORT \
-       'objectclass=*' | egrep -iv '^creatorsname:|^createtimestamp:' > \
-       $SEARCHOUT 2>&1
+       'objectclass=*' > $SEARCHOUT 2>&1
 
 kill -HUP $PID