Distinguished name of Configuration in AD is tampered?
Posted
by
Natan Abolafya
on Server Fault
See other posts from Server Fault
or by Natan Abolafya
Published on 2011-07-15T14:48:44Z
Indexed on
2011/11/11
17:59 UTC
Read the original article
Hit count: 252
c#
|active-directory
A user of our product came out with a problem which was caused by the DN of Configuration object in AD. We had a rather static lookup method to find Configuration object, thus it failed.
Let's say the domain name of AD is foo.bar.example.com. Therefore, the expected DN of configuration should be CN=Configuration,DC=foo,DC=bar,DC=example,DC=com, right?
But somehow, this user's DN of configuration has one value missing:
CN=Configuration,DC=bar,DC=example,DC=com.
Do you know how can we reproduce this issue (or is it commonly implemented?)?
© Server Fault or respective owner