C++ Active Directory Lookup

  • Thread starter Thread starter Christopher S
  • Start date Start date
C

Christopher S

Guest
Hello,

I have a web program that is written in C++. It need to validate the a user has entered in a valid username/password from a web page and validate it against Active Directory. After the username/password has been validated properly, I need to ensure that the given user belongs to a certain security group within Active Directory. If they belong to the given group, I will allow them access to the web page.

Any idea on on how to get this done?

Thanks,
Chris

Continue reading...
 
Back
Top