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
Lukas However
OpenLDAP
Commits
d650b1a4
Commit
d650b1a4
authored
24 years ago
by
Kurt Zeilenga
Browse files
Options
Downloads
Patches
Plain Diff
rev 05
parent
b371357c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/drafts/draft-ietf-ldapext-matchedval-xx.txt
+15
-7
15 additions, 7 deletions
doc/drafts/draft-ietf-ldapext-matchedval-xx.txt
with
15 additions
and
7 deletions
doc/drafts/draft-ietf-ldapext-matchedval-xx.txt
+
15
−
7
View file @
d650b1a4
...
...
@@ -2,11 +2,11 @@ Internet-Draft David Chadwick
LDAPExt WG University of Salford
Intended Category: Standards Track Sean Mullan
Sun Microsystems
Expires: 1
5 April
2001 1
6 Octo
ber 2000
Expires: 1
1 June
2001 1
1 Decem
ber 2000
Returning Matched Values with LDAPv3
<draft-ietf-ldapext-matchedval-0
4
.txt>
<draft-ietf-ldapext-matchedval-0
5
.txt>
STATUS OF THIS MEMO
...
...
@@ -29,7 +29,7 @@ http://www.ietf.org/ietf/1id-abstracts.txt.
The list of Internet-Draft Shadow Directories can be accessed at
http://www.ietf.org/shadow.html.
This Internet-Draft expires on 1
5 April
2001.
This Internet-Draft expires on 1
1 June
2001.
Comments and suggestions on this document are encouraged. Comments on
this document should be sent to the LDAPEXT working group discussion
...
...
@@ -207,7 +207,12 @@ the number and ordering of SearchResultEntrys.
All entries are provided in LDIF format [8].
The string representation of the valuesReturnFilter in the examples
below uses the notation defined in RFC 2254 [11].
below uses the following ABNF notation:
valuesReturnFilter = "(" 1*simpleFilterItem ")"
simpleFilterItem = "(" item ")"
where item is as defined by RFC2254 [11].
(1) The first example shows how the control can be set to return all
attribute values from one attribute type (e.g. telephoneNumber) and a
...
...
@@ -292,7 +297,7 @@ The user creates an LDAP search operation with a baseObject set to
cn=subschema subentry, o=myorg, a scope of base, a filter set to
(objectClass=subschema), the list of attributes to be returned set to
"attributeTypes", and the ValuesReturnFilter set to
(attributeTypes=1.2.3.4.5)
(
(attributeTypes=1.2.3.4.5)
)
The search result returned by the server would consist of the
following entry:
...
...
@@ -334,7 +339,7 @@ An LDAP search operation is specified with a baseObject set to
o=University of Salford, c=gb, a subtree scope, a filter set to
(sn=chadwick) and the list of attributes to be returned set to
"userCertificate;binary". In addition, a ValuesReturnFilter control
is set to (userCertificate:2.5.13.35:=USE'001'B)
is set to
(
(userCertificate:2.5.13.35:=
(
USE'001'B)
))
The search result returned by the server would consist of the
following entry:
...
...
@@ -419,7 +424,7 @@ Levels", RFC 2119, March 1997.
Abstract Service Definition.
[7] J. Sermersheim. "LDAP Control for a Duplicate Entry
Representation of Search Results", Internet Draft <draft-ietf-
ldapext-ldapv3-dupent-0
4
.txt>,
July
2000.
ldapext-ldapv3-dupent-0
6
.txt>,
October
2000.
[8] G. Good. "The LDAP Data Interchange Format (LDIF) - Technical
Specification". RFC 2849, June 2000.
[9] D. Chadwick, S.Legg. "Internet X.509 Public Key Infrastructure -
...
...
@@ -465,4 +470,7 @@ simpleMatchingAssertion be present
ii) Fixed LDIF mistakes in the examples
iii) Additional minor editorials only
Changes since version 4
i) corrected the ABNF for single items of valuesReturnFilter
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