Hi all,
I am just struggling with a bug which emerged after moving my asp.net
application to another server.
The server came preinstalled, probably with some security modifications. I
can query list of users only from domain security groups I belong to.
Example:
(&(objectCategory=person)(objectClass=user))
- correctly returns all the users
but:
(&(objectCategory=person)(objectClass=user)(member Of=CN=Instructors,CN=Users,DC=berndson,DC=org))
- returns nothing, although Instructors has members (I am not one of them)
When I add myself to the Instructors group I can immediately see all the
other members.
This must be some security feature/setting specific to the server (2008 R2,
domain controller).
On the other server (2008 R2, stand alone) the problem does not exist.
Could someone, please, point me to the right direction before I pull all my
hair out.
Thanks
Thomas
|