Skip to content
Snippets Groups Projects
Commit e915caf4 authored by Howard Chu's avatar Howard Chu
Browse files

Cleanup prev commit

parent c76e9b4c
No related branches found
No related tags found
No related merge requests found
......@@ -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=$?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment