Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Visual Basic > VB 6 Visual Basic 6 > VB How-To
|
VB How-To Ask your "How do I do this with VB?" questions in this forum.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the VB How-To section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old April 21st, 2005, 09:28 PM
Registered User
 
Join Date: Apr 2005
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default Window user and password validation

Hi ! Good day. I am new to VB.Net (previously i am a lotus notes programmer :D).

I need to build a Win app that able to prompt a window form that allow user to key in any valid window user login name and password, then I need to check whether the login name and password is correct within the domain or not (this application will run on WinNT ,Win 2000 and Win XP).

Any body know how to do so ?
 
Old April 22nd, 2005, 07:32 AM
Authorized User
 
Join Date: Apr 2005
Posts: 31
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to EricJ
Default

I don't know if this will be able to help you, but have a look on msdn.microsoft.com for and API/WMI for this. Your problem is broad so I can't actually pin-point an exact route to take, maybe other members have more insight on this. I don't know of Windows 2000 and Windows NT but Windows XP and Windows 2003 stores the user information such as name and password in a file called SAM under system32/config. Accessing this file in Windows XP won't be possible, as for the others, i don't know
 
Old April 22nd, 2005, 07:43 AM
Authorized User
 
Join Date: Apr 2005
Posts: 31
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to EricJ
Default

Quote:
quote:Originally posted by EricJ
 I don't know if this will be able to help you, but have a look on msdn.microsoft.com for and API/WMI for this. Your problem is broad so I can't actually pin-point an exact route to take, maybe other members have more insight on this. I don't know of Windows 2000 and Windows NT but Windows XP and Windows 2003 stores the user information such as name and password in a file called SAM under system32/config. Accessing this file in Windows XP won't be possible, as for the others, i don't know
Go have a look at the topic Cooky4 posted two posts down!





Similar Threads
Thread Thread Starter Forum Replies Last Post
Password Validation shivendra012 ASP.NET 2.0 Professional 1 March 14th, 2007 07:10 AM
Reg Ex help for password validation mat41 Javascript 7 February 1st, 2007 04:29 AM
Password Validation with Regular Expression moghazali ASP.NET 1.0 and 1.1 Basics 0 January 7th, 2007 04:50 AM
Help for username password validation ! element Classic ASP Databases 0 December 27th, 2005 08:34 AM
Domain Password Validation Cr0vaX Pro VB 6 3 June 21st, 2004 02:16 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.