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 17 lines
!!! Overview
An [Example] for Retrieving [Constructed Attributes] from Microsoft Active Directory can be done using the filter and a baseDN of "" for the [rootDSE]
%prettify
{{{
(&(systemFlags:1.2.840.113556.1.4.803:=$FLAG_ATTR_IS_CONSTRUCTED)(ObjectClass=attributeSchema))
}}}
/%
This works as "4" is a [System-Flag] in the Schema Defintion that indicates the attribute is a [Constructed Attribute].
The [1.2.840.113556.1.4.803] (aka LDAP_MATCHING_RULE_BIT_AND) [ExtensibleMatch] Rule to select those with bit "4" set.
!! More Information
There might be more information for this subject on one of the following:
[{ReferringPagesPlugin before='*' after='\n' }]