Domain Authentication

  • Thread starter Thread starter Jarppi
  • Start date Start date
J

Jarppi

Hi All,
I'm struggling with this, I've googled it to death but can't find any
solution. So at the moment I'm thinking that what I want to do is not
possible.

It's pretty basic, I want to authenticate a user logging into a
windows application - against the domain. Seems like a simple enough
request, but hell...can't get any info on how to go about doing this!
I do not want to store user info in a database!

Can anyone help?

Thanks.
 
You are talking Win Form (desktop) application here, aren't you? So, as long
as the computer is in a domain network and the user has to log on to the
domain network in order to use his computer, there is not need for your app
to do extra authentication, the user has already been authenticated when
they log onto to network.
 
Back
Top