
March 27th, 2012, 08:20 AM
|
|
Registered User
|
|
Join Date: Jan 2010
Posts: 4
Time spent in forums: 54 m 48 sec
Reputation Power: 0
|
|
|
Getting member of a group
i need a search filter to display users of a specific group.
i've tried the following:
(&(objectCategory=user)(memberOf=SingleSignOn))
and this:
(&(objectCategory=user)(memberOf=cn=SingleSignOn,ou=Groups,dc=tis,dc=eg,dc=ddd,DC=com))
but got nothing, please help me correct it.
I am using the advanced "Filter" within AD to test.
both of these return 0 results. please help!
|