]> git.sur5r.net Git - openldap/blobdiff - tests/scripts/test000-rootdse
ITS #3131 - propagate SSF to syncrepl operation
[openldap] / tests / scripts / test000-rootdse
index 90935a360462c63001a23659cb8c2c6033e2139b..3e19695ccce3513098d7bf2293fa196b6b19347d 100755 (executable)
@@ -43,7 +43,8 @@ done
 if test $RC = 0 ; then
        echo "Using ldapsearch to retrieve the cn=Subschema..."
        $LDAPSEARCH -b "cn=Subschema" -s base -h $LOCALHOST -p $PORT1 \
-                '(objectClasses=2.5.6.0)' cn objectClass >> $SEARCHOUT  2>&1
+               '(&(objectClasses=top)(objectClasses=2.5.6.0))' cn objectClass \
+               >> $SEARCHOUT  2>&1
        RC=$?
 
 fi