echo "Using ldapsearch to retrieve all the entries..."
 $LDAPSEARCH -S "" -b "$METABASEDN" -h $LOCALHOST -p $PORT3 \
-                       'objectClass=*' > $SEARCHOUT 2>&1
+                       '(objectClass=*)' > $SEARCHOUT 2>&1
 RC=$?
 
 test $KILLSERVERS != no && kill -HUP $KILLPIDS
 echo "Filtering original ldif used to create database..."
 $LDIFFILTER < $METACONCURRENCYOUT > $LDIFFLT
 echo "Comparing filter output..."
-$CMP $SEARCHFLT $LDIFFLT > $CMPOUT
+$BCMP $SEARCHFLT $LDIFFLT > $CMPOUT
 
 if test $? != 0 ; then
        echo "comparison failed - slapd-meta search/modification didn't succeed"
 
 
 uri            "@URI1@o=Example,c=US"
 suffixmassage  "o=Example,c=US" "dc=example,dc=com"
-pseudorootdn   "cn=manager,dc=example,dc=com"
-pseudorootpw   secret
+idassert-bind  bindmethod=simple
+               binddn="cn=manager,dc=example,dc=com"
+               credentials=secret
+               mode=none
+idassert-authzFrom "*"
 
 #monitor#database      monitor