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 29 lines
!!! Overview
CompareRequest [LDAP Message] is a [request] used to determine whether a specified [entry|LDAP Entry] contains a given [Attribute Value].
The [{$pagename}] [protocol] op is defined as follows:
{{{
CompareRequest ::= [APPLICATION 14] SEQUENCE
{
entry LDAPDN,
ava AttributeValueAssertion
}
AttributeValueAssertion ::= SEQUENCE
{
attributeDesc AttributeDescription,
assertionValue AssertionValue }
}}}
The elements of the request include:
* The DN of the entry in which the comparison is to be made.
* The [Name|Attribute-Name] of the [attribute] in which the comparison is to be made.
* The [Attribute Value Assertion] to try to find in the specified attribute.
The response to an LDAP compare operation is an [LDAP Result] element consisting of an [Compare Response].
!! More Information
There might be more information for this subject on one of the following:
[{ReferringPagesPlugin before='*' after='\n' }]