More uniquemember fixes

(we really should be using the same filters as test003 here)
This commit is contained in:
Kurt Zeilenga 2003-08-22 21:29:44 +00:00
parent dd9eab0e30
commit 88531a08f9

View file

@ -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)!"