Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
OpenLDAP
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
David Barchiesi
OpenLDAP
Commits
ebd5d088
Commit
ebd5d088
authored
17 years ago
by
Ralf Haferkamp
Browse files
Options
Downloads
Patches
Plain Diff
Adjustments to make testcase working again after ITS#5113 fixes.
parent
7ea665ae
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
tests/data/proxycache.out
+11
-12
11 additions, 12 deletions
tests/data/proxycache.out
tests/scripts/test020-proxycache
+1
-1
1 addition, 1 deletion
tests/scripts/test020-proxycache
with
12 additions
and
13 deletions
tests/data/proxycache.out
+
11
−
12
View file @
ebd5d088
...
...
@@ -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=B
jorn
Jensen,ou=Information Technology Division,ou=People,dc=example,
dc
=com
mail: bj
or
n@mailgw.example.com
dn: cn=B
arbara
Jensen,ou=Information Technology Division,ou=People,dc=example,
dc
=com
mail: bj
ense
n@mailgw.example.com
This diff is collapsed.
Click to expand it.
tests/scripts/test020-proxycache
+
1
−
1
View file @
ebd5d088
...
...
@@ -181,7 +181,7 @@ if test $RC != 0 ; then
fi
CNT
=
`
expr
$CNT
+ 1
`
FILTER
=
"(uid=
b
jo
rn
)"
FILTER
=
"(uid=jo
hnd
)"
ATTRS
=
"mail postaladdress telephonenumber cn uid"
echo
"Query
$CNT
: filter:
$FILTER
attrs:
$ATTRS
"
echo
"# Query
$CNT
: filter:
$FILTER
attrs:
$ATTRS
"
>>
$SEARCHOUT
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment