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 32 lines
!!! Overview
An [EQUALITY] [Matching Rule] that determines whether two [Boolean] values are equal to each other and is defined in [RFC 2252].
The [{$pagename}] rule compares an assertion value of the [Boolean] syntax to an attribute value of a syntax (e.g., the [Boolean] syntax) whose corresponding [ASN.1] type is [Boolean].
The rule evaluates to [TRUE] if and only if the [Attribute Value Assertion] value and the assertion value are both [TRUE] or both [FALSE].
Some [LDAP Server Implementations] are [case-sensitive] and others are [case-insensitive] when it comes to [{$pagename}]
The LDAP definition for the [{$pagename}] [Matching Rule] is:
* [OID]: [2.5.13.13]
* NAME: [{$pagename}]
* SYNTAX [1.3.6.1.4.1.1466.115.121.1.7]
Values in this syntax are encoded according to the following [BNF]:
{{{
boolean = "TRUE" / "FALSE"
}}}
[Boolean] values have an encoding of "[TRUE]" if they are logically true, and have an encoding of "FALSE" otherwise.
!! EXTENSIONS:
* X-NDS_SYNTAX: 7 [EDirectory]
%%information
Boolean values in [EDirectory] are stored in [Lowercase] letters ([true]/[false]) but [LDAP] requires [UPPERCASE] values ([TRUE]/[FALSE]) according to [RFC 2252].
%%
!! More Information
There might be more information for this subject on one of the following:
[{ReferringPagesPlugin before='*' after='\n' }]