Windows Authentication

  • Thread starter Thread starter Dagoberto Aceves
  • Start date Start date
D

Dagoberto Aceves

Hi all,
I'm trying to make a simple login that will check the username and
password against those in the windows group. I've searched around the
web and found tons of information about doing it from the web, but i get
lost in all of it.

Any help would be greatly appreciated.
Thanks!
 
Hi all,
I'm trying to make a simple login that will check the username and
password against those in the windows group. I've searched around the
web and found tons of information about doing it from the web, but i get
lost in all of it.

Any help would be greatly appreciated.
Thanks!

Hi,

You'll probably need to look into P/Invoke on the "LogonUser" API call.
Check out the MSDN documentation on the routine:

(URL may wrap)
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/secauthn/security/logonuser.asp
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top