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 26 lines
!!! Overview
[{$pagename}] is an [Extensible Match] matching rule with an [OID] of [1.2.840.113556.1.4.2253] which provides a way to match on portions of values of [DN Syntax] and Object(DN-Binary).[1]
!! [{$pagename}] [Example][2]
As an [Example] we will use [msDS-HasInstantiatedNCs] is of type [DNWithOctetString] where the data ([binary]) portion contains the instanceType of each NC a [DSA] hosts, the link itself points to the [DN] of that NC.
This can be represented as “B:8:<InstanceTypeOfNCInHex>:<DNOfNC>”
For example “B:8:0000000D:CN=Schema,CN=Configuration,DC=corp,DC=chrisse,DC=com
Executing a [SearchRequest] against the [Configuration Directory Partition] with a filter of:
%%prettify
{{{
(msDS-HasInstantiatedNCs:1.2.840.113556.1.4.2253:=B:8:0000000D:CN=Schema,CN=Configuration,DC=corp,DC=Example,DC=com)
}}} /%
Will give you a list of all [DSAs] hosting the schema NC.
The [Search Responses] should be the count back that is equal to the numbers of [Windows Server 2003] (Or later) [DSAs] in your [AD Forest].
!! More Information
There might be more information for this subject on one of the following:
[{ReferringPagesPlugin before='*' after='\n' }]
----
* [#1] - [3.1.1.3.4.4.4 LDAP_MATCHING_RULE_DN_WITH_DATA|https://msdn.microsoft.com/en-us/library/dn393403.aspx|target='_blank'] - based on information obtained 2017-06-13-
* [LDAP_MATCHING_RULE_DN_WITH_DATA|http://www.activedir.org/thread/ldap_matching_rule_dn_with_data/ |target='_blank'] - based on information obtained 2017-06-13-