]> git.sur5r.net Git - openldap/blobdiff - tests/scripts/acfilter.sh
Add cn=monitor, cn=config, cn=schema to namingContexts.
[openldap] / tests / scripts / acfilter.sh
index 11d116d79028bda7459ab43547ff3152a6d7993e..22c58c3d0a42e1beffaf674da9325876c91ac7cd 100755 (executable)
@@ -1,5 +1,2 @@
-#!/bin/sh
-grep -v "modifiersname" | \
-grep -v "modifytimestamp" |  \
-grep -v "creatorsname" | \
-grep -v "createtimestamp"  
+#! /bin/sh
+egrep -iv '^modifiersname:|^modifytimestamp:|^creatorsname:|^createtimestamp'