by "Richard Mueller [MVP]" <rlmueller-nospam@[EMAIL PROTECTED]
>
Jul 22, 2008 at 10:33 AM
"ssg31415926" <newsjunkmail@[EMAIL PROTECTED]
> wrote in message
news:7b168435-dce5-4691-9483-7fa66c63c6ac@[EMAIL PROTECTED]
> In Active Directory Users and Computers, I open Properties on, say, a
> user. On the 'Object' tab, under Object class it shows User. But
> objectClass is a multi-valued attribute. How does ADUC know which one
> to pick? I want to replicate this in my own code.
The most specific class in the objectClass attribute is used. Unlike other
multi-valued attributes, the order of the values matters. The last entry
is
the most specific. The "Top" class is the least specific and is first.
This
link may help:
http://msdn.microsoft.com/en-us/library/cc223167.aspx
--
Richard Mueller
MVP Directory Services
Hilltop Lab - http://www.rlmueller.net
--