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 28 lines
!!! Overview
[{$pagename}] is an element of a [search request] provides a way of representing the [attributes|Attributes] that should be included in [SearchResultEntry].
In general, [{$pagename}] is the set of [attributes] is a list of zero or more [Attribute-Names] for the [attributes] to return.
Attributes are returned at most once in an entry. If an attribute description is named more than once in the list, the subsequent names are ignored. If an attribute description in the list is not recognized, it is ignored by the server.
If no [Attribute-Names] are specified, then all [user attributes|UserAttribute] and no [Operational Attribute] will be returned.
Client implementers should note that even if all user attributes are requested, some attributes and/or attribute values of the entry may not be included in Search results due to access controls or other restrictions. Furthermore, servers will not return [Operational Attributes], such as objectClasses or attributeTypes, unless they are listed by name. OR one of the attributeSelectors are used.
!! attributeSelector
In addition to specific attribute descriptions, a number of special values may be provided with various meanings:
* The string "{{1.1}}" ([RFC 4511] noattrs) A list containing only the [OID] "1.1" indicates that no attributes are to be returned. If "1.1" is provided with other attributeSelector values, the "1.1" attributeSelector is ignored.
* The string "{{*}}" (the asterisk) may be provided to indicate that all user attributes should be included in matching entries. This may be needed if the server should return all user attributes in addition to one or more operational attributes.
* The string "{{+}}" (the plus sign) ([RFC 3673] is a [SupportedFeature] [1.3.6.1.4.1.4203.1.5.1]) may be provided to indicate that all [Operational Attributes] should be included in matching entries.
* The string "{{@}}" ( [RFC 4529] is a [supportedFeature] [OID] [1.3.6.1.4.1.4203.1.5.2]) for [Requesting Attributes by Object Class]
%%information
This definition is as the defined within the [RFCs] and maybe implemented differently or not supported in products from the various [LDAP Server Implementations].
%%
!! More Information
There might be more information for this subject on one of the following:
[{ReferringPagesPlugin before='*' after='\n' }]
----
* [#1] - [LDAPv3 Wire Protocol Reference: The LDAP Search Operation|https://ldap.com/ldapv3-wire-protocol-reference-search/|target='_blank'] - based on information obtained 2018-11-08-