
August 12th, 2011, 02:07 AM
|
|
Registered User
|
|
Join Date: Jul 2011
Posts: 2
Time spent in forums: 35 m 30 sec
Reputation Power: 0
|
|
Access the list of groups and group users using java code
Hi all,
I am new to Active Directory and LDAP, I am trying to access the list of groups and group users using java code, but no success
I used the filter as=
String filter="(&(ObjectClass=Group) (CN="Group_Name"))";
Please if anyone know this help me out.
It is very important.
thanks.......................
|