mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-28 02:29:34 -05:00
ITS#4316 test subset of attrset
This commit is contained in:
parent
524838dd73
commit
a2933d10d4
1 changed files with 3 additions and 3 deletions
|
|
@ -139,10 +139,10 @@ if test $RC != 0 ; then
|
|||
exit $RC
|
||||
fi
|
||||
|
||||
echo "Query 3: filter:(sn=Smith*) attrs:cn sn title uid"
|
||||
echo "# Query 3: filter:(sn=Smith*) attrs:cn sn title uid" >> $SLAVEOUT
|
||||
echo "Query 3: filter:(sn=Smith*) attrs:cn sn uid"
|
||||
echo "# Query 3: filter:(sn=Smith*) attrs:cn sn uid" >> $SLAVEOUT
|
||||
$LDAPSEARCH -S "" -b "$BASEDN" -h $LOCALHOST -p $PORT2 \
|
||||
'sn=Smith*' cn sn title uid >> $SLAVEOUT 2>&1
|
||||
'sn=Smith*' cn sn uid >> $SLAVEOUT 2>&1
|
||||
RC=$?
|
||||
if test $RC != 0 ; then
|
||||
echo "ldapsearch failed ($RC)!"
|
||||
|
|
|
|||
Loading…
Reference in a new issue