Link to home
Start Free TrialLog in
Avatar of rfrostad
rfrostad

asked on

Check NT password

Is there any way (via a COM object or API call) to validate a NT user password against the domain or machine.
 
What I am looking for is the following:

x = CheckNTUserPassword("User", "PASSWORD", "DOMAIN1")
 
 I am not looking to obtain a password, just check to see if it is valid.
Avatar of dark_wader
dark_wader

do u intent to use a network passw or just local pasw?
For network pasw i know a function call...
but local? (might be same :)



do u intent to use a network passw or just local pasw?
For network pasw i know a function call...
but local? (might be same :)



do u intent to use a network passw or just local pasw?
For network pasw i know a function call...
but local? (might be same :)



ASKER CERTIFIED SOLUTION
Avatar of dark_wader
dark_wader

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of rfrostad

ASKER

It would have to be for both. The DOMAIN parameter could be either the workstation or the domain name.