]> git.sur5r.net Git - openldap/commitdiff
More uniquemember fixes
authorKurt Zeilenga <kurt@openldap.org>
Fri, 22 Aug 2003 21:29:44 +0000 (21:29 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Fri, 22 Aug 2003 21:29:44 +0000 (21:29 +0000)
(we really should be using the same filters as test003 here)

tests/scripts/test009-referral

index 19f2a353b3964eedff929fc6dc3ffaaba94174f5..5a77a1ea2df7590aa4ebb0baea7ed7757d3448de 100755 (executable)
@@ -91,7 +91,7 @@ fi
 
 echo "Testing OR searching..."
 $LDAPSEARCH -C -S "" -b "$BASEDN" -h $LOCALHOST -p $SLAVEPORT \
-       '(|(objectclass=groupofnames)(sn=jones))' >> $SEARCHOUT 2>&1
+       '(|(objectclass=groupofnames)(objectClass=groupofuniquenames)(sn=jones))' >> $SEARCHOUT 2>&1
 RC=$?
 if test $RC != 0 ; then
        echo "ldapsearch failed ($RC)!"