How to access Active Directory using C++Builder?
- by Gus Brown
I need to get a list of user names from Active Directory using C++Builder. I know I could shell out to batch file and run the csvde.exe command but surely there is a nicer way using a library or something, right? Are there any C++ libraries? (hopefully with examples?)
Many thanks!
-Dan