Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Server > Active Directory > Cannot list group members - AD security restrictions? Help!

Reply
Thread Tools Display Modes

Cannot list group members - AD security restrictions? Help!

 
 
Thomas
Guest
Posts: n/a

 
      08-30-2010
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

 
Reply With Quote
 
 
 
 
Thomas
Guest
Posts: n/a

 
      08-30-2010
I did more testing.

It looks like AD query does not return all the group users only when I open
my asp.net application in browser directly on one of the servers where it is
installed.

In such case groups contain only myself - providing that I belong to the
particular group, of course.

When application on the same server is accessed remotely (with the same
credentials) everything works as expected.

It does not makes sense to me.

Thomas

 
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Error 0x800703e3 when trying to install Windows update program. MaryE Windows Update 12 03-08-2010 08:28 PM
Re: Applying group policy only to members of a domain local security group Meinolf Weber [MVP-DS] Active Directory 0 03-07-2010 10:58 AM
Re: Applying group policy only to members of a domain local security group Meinolf Weber [MVP-DS] Active Directory 0 03-06-2010 09:46 PM
Group Email Txuj Windows Vista Mail 3 03-03-2010 04:15 PM
Export Global Group Members samacountname(s) to Text File Stuscotland Active Directory 1 11-13-2009 08:47 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59