]> git.sur5r.net Git - openldap/commitdiff
Adjustments to make testcase working again after ITS#5113 fixes.
authorRalf Haferkamp <ralf@openldap.org>
Wed, 26 Sep 2007 23:28:38 +0000 (23:28 +0000)
committerRalf Haferkamp <ralf@openldap.org>
Wed, 26 Sep 2007 23:28:38 +0000 (23:28 +0000)
tests/data/proxycache.out
tests/scripts/test020-proxycache

index 96167929e482443a338a3b5fd80be67de56d5d8e..dfffc88aad76fdf1637011837222d95b86c1a8ad 100644 (file)
@@ -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
 
index 44e55b6bd9e363244f8661f6265b0de380c44ff3..6830c1c10908aa92a5159c69cec761bbb0a13f44 100755 (executable)
@@ -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