Determining Linked-Value Pairs in the Active Directory Schema

Linked values are defined in the AD schema by linkID property. You can use an LDAP editor to determine all AD schema linked values.

Guido Grillenmeier

July 24, 2007

1 Min Read
ITPro Today logo

Linked values are defined in the Active Directory (AD) schema by the respective attributeSchema class object’s linkID property. The forward link is defined with an even number (n) in the linkID, whereas the matching back-link attribute has an odd number (n+1) as the linkID. In my user/group example, the group’s member attribute has a linkID of 2 and the memberOf attribute has a linkID of 3. You can use an LDAP editor such as ldp.exe to determine all linked values in the AD schema and search for any schema objects that contain values in the linkID attribute, as Figure A shows. Figure B shows the output of such a search.

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like