mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
More uniquemember fixes
(we really should be using the same filters as test003 here)
This commit is contained in:
parent
dd9eab0e30
commit
88531a08f9
1 changed files with 1 additions and 1 deletions
|
|
@ -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)!"
|
||||
|
|
|
|||
Loading…
Reference in a new issue