mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
Cleanup prev commit
This commit is contained in:
parent
c76e9b4c34
commit
e915caf409
@ -188,6 +188,8 @@ sn: Hampster
|
||||
uid: uham
|
||||
title: Secretary, UM Alumni Association
|
||||
|
||||
ANSWERABILITY RESULTS
|
||||
|
||||
dn: cn=James A Jones 1,ou=Alumni Association,ou=People,dc=example,dc=com
|
||||
cn: James A Jones 1
|
||||
cn: James Jones
|
||||
|
@ -188,6 +188,9 @@ else
|
||||
exit 1
|
||||
fi
|
||||
|
||||
echo "ANSWERABILITY RESULTS" >> $SLAVEOUT
|
||||
echo "" >> $SLAVEOUT
|
||||
|
||||
echo "Query 8: filter:(|(cn=*Jones)(sn=Jones)) attrs:cn sn title uid"
|
||||
$LDAPSEARCH -x -S "" -b "$BASEDN" -h $LOCALHOST -p $PORT2 \
|
||||
'(|(cn=*Jones)(sn=Jones))' cn sn title uid >> $SLAVEOUT 2>&1
|
||||
@ -218,7 +221,7 @@ if test $RC != 0 ; then
|
||||
exit $RC
|
||||
fi
|
||||
|
||||
echo "Query 11: filter:(mail=*@example.com) cn sn title uid"
|
||||
echo "Query 11: filter:(mail=jaj@mail.alumni.example.com) cn sn title uid"
|
||||
$LDAPSEARCH -S "" -b "$BASEDN" -h $LOCALHOST -p $PORT2 \
|
||||
'mail=jaj@mail.alumni.example.com' cn sn title uid >> $SLAVEOUT 2>&1
|
||||
RC=$?
|
||||
|
Loading…
Reference in New Issue
Block a user