Re: Verify NT password
From: Randy Birch (rgb_removethis_at_mvps.org)
Date: 03/17/04
- Next message: Sin: "Re: Shell32 - OpenAs enumeration"
- Previous message: Randy Birch: "Re: Verify NT password"
- In reply to: Jon Forrester: "Verify NT password"
- Next in thread: Monte Hansen: "Re: Verify NT password"
- Reply: Monte Hansen: "Re: Verify NT password"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 16 Mar 2004 19:19:28 -0500
This should *never* need to be done outside the normal Windows
authentication process. I do show a way to do this on my site, but I suggest
you instead use http://vbnet.mvps.org/code/network/lookupaccountname.htm
which does not require the user to enter their password but rather requests
they enter the username used to log on to the domain. If the username
entered is correct (the SID for the user and the current SID are the same),
the username entered was used to log on to the system.
Read http://vbnet.mvps.org/code/network/acceptsecuritycontext.htm to see the
reasons for not asking for the user's pw.
-- Randy Birch MVP Visual Basic http://vbnet.mvps.org/ Please respond only to the newsgroups so all can benefit. "Jon Forrester" <jon.forrester@nuinternational.com> wrote in message news:54A2B4A9-13D7-4CED-93DE-D897E5CD29A9@microsoft.com... : Could anyone advise if it is possible to re-verify a users NT password from a VB6 application? : : I just want the user to type the password into a form and then verify if this matches the NT password, i.e. just return a boolean to me (I don't want/need to see the value of the password). :
- Next message: Sin: "Re: Shell32 - OpenAs enumeration"
- Previous message: Randy Birch: "Re: Verify NT password"
- In reply to: Jon Forrester: "Verify NT password"
- Next in thread: Monte Hansen: "Re: Verify NT password"
- Reply: Monte Hansen: "Re: Verify NT password"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|