0

I am new to Active Directory. We have Active directory setup ready with following details:

domain : company.local host : <ip_address> ou : adgroup

What I want to do is fetch all the list of users under this active directory. I have no idea where I should start? Please let me know if you have any idea on this

Thanks in advance.

Saurabh Deshpande
  • 1,153
  • 4
  • 18
  • 35

1 Answers1

0

You can start from investigating some ldap basics code on java here: How to connect with Java into Active Directory

Community
  • 1
  • 1
Dzmitry Hubin
  • 1,091
  • 12
  • 14