Win2k3 password Authentication using LDAP in VC++
Posted
by
user001
on Stack Overflow
See other posts from Stack Overflow
or by user001
Published on 2011-01-14T10:49:12Z
Indexed on
2011/01/14
10:53 UTC
Read the original article
Hit count: 196
visual-c++
|ldap
Hi,
I need to implement the Win2k3 password validation policy. As my application resides on Win2k3 cane we validate the password directly with windows domain password by using LDAP. This is because application design does not want to store 8/more password entry into DB and validate new password against that. As Windows already does same thing and using LDAP we can lookup into windows server.
Can any one please let me know LDAP API to fulfill above requirement in VC++.
© Stack Overflow or respective owner