Active Directory objects contain some constructed attributes that are made up of other attributes.

Using ADSI Edit, I can open the schema of my particular attribute in question (CN=ms-DS-Principal-Name,CN=Schema,CN=Configuration,...) and look at the schema attributes, but I don't see anything in there that defines how it builds its value. I would like to know how to do this.

link|improve this question

75% accept rate
feedback

1 Answer

The logic for the attribute is hardcoded inside of AD. There's no definition in the schema that defines how the attribute is populated.

link|improve this answer
Does that mean that constructed attributes cannot be created? – Kirk Liemohn Mar 2 '11 at 19:13
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.