This page (revision-1) was last changed on 29-Nov-2024 16:16 by UnknownAuthor

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 1 added 33 lines
!!! Overview
[{$pagename}] are rturned as a result of a [Search Request] in one of the three types of result elements:
* zero or more [SearchResultEntry]
* zero or more [SearchResultReference]
* exactly one [SearchResultDone] message.
!! [SearchResultEntry]
The entries and references can be returned in any order (and with [search entries|SearchResultEntry] and [references interspersed|SearchResultReference], and the [search result done message|SearchResultDone] will come last to indicate that there are no more results.
The search result entry protocol op is defined as follows:
{{{ SearchResultEntry ::= [APPLICATION 4] SEQUENCE {
objectName LDAPDN,
attributes PartialAttributeList }
PartialAttributeList ::= SEQUENCE OF
partialAttribute PartialAttribute
}}}!! [SearchResultReference]
Each search result entry includes the DN of the entry and zero or more attributes (potentially including only the attribute type names without the values if the "typesOnly" element of the request is true) as defined in the search attribute list.
The search result reference protocol op is defined as follows:
{{{ SearchResultReference ::= [APPLICATION 19] SEQUENCE
SIZE (1..MAX) OF uri URI
}}}
Each search result reference includes one or more [LDAP URL] specifying an alternate location in which the client may search for additional matching entries.!! [SearchResultDone]
The search result done message is an [LDAP Result] defined as follows:
{{{ SearchResultDone ::= [APPLICATION 5] LDAPResult
}}}!! More Information
There might be more information for this subject on one of the following:
[{ReferringPagesPlugin before='*' after='\n' }]