Skip to content
Snippets Groups Projects
Commit ebd5d088 authored by Ralf Haferkamp's avatar Ralf Haferkamp
Browse files

Adjustments to make testcase working again after ITS#5113 fixes.

parent 7ea665ae
No related branches found
No related tags found
No related merge requests found
......@@ -55,15 +55,14 @@ sn: Doe
uid: johnd
title: System Administrator, Information Technology Division
# Query 5: filter:(uid=bjorn) attrs:mail postaladdress telephonenumber cn uid
dn: cn=Bjorn Jensen,ou=Information Technology Division,ou=People,dc=example,dc
=com
cn: Bjorn Jensen
cn: Biiff Jensen
uid: bjorn
postalAddress: Info Tech Division $ 535 W. William St. $ Anytown, MI 48103
mail: bjorn@mailgw.example.com
telephoneNumber: +1 313 555 0355
# Query 5: filter:(uid=johnd) attrs:mail postaladdress telephonenumber cn uid
dn: cn=John Doe,ou=Information Technology Division,ou=People,dc=example,dc=com
cn: John Doe
cn: Jonathon Doe
uid: johnd
postalAddress: ITD $ 535 W. William $ Anytown, MI 48109
mail: johnd@mailgw.example.com
telephoneNumber: +1 313 555 9394
# Query 6: filter:(mail=*@mail.alumni.example.com) attrs:cn sn title uid
dn: cn=Dorothy Stevens,ou=Alumni Association,ou=People,dc=example,dc=com
......@@ -245,7 +244,7 @@ uid: bjensen
title: Mythical Manager, Research Systems
# Query 15: filter:(uid=b*) attrs:mail
dn: cn=Bjorn Jensen,ou=Information Technology Division,ou=People,dc=example,dc
=com
mail: bjorn@mailgw.example.com
dn: cn=Barbara Jensen,ou=Information Technology Division,ou=People,dc=example,
dc=com
mail: bjensen@mailgw.example.com
......@@ -181,7 +181,7 @@ if test $RC != 0 ; then
fi
CNT=`expr $CNT + 1`
FILTER="(uid=bjorn)"
FILTER="(uid=johnd)"
ATTRS="mail postaladdress telephonenumber cn uid"
echo "Query $CNT: filter:$FILTER attrs:$ATTRS"
echo "# Query $CNT: filter:$FILTER attrs:$ATTRS" >> $SEARCHOUT
......
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