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.

Re: Domain Authentication by Norman

Norman
Mon May 05 09:04:06 CDT 2008

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.


"Jarppi" <jarppi.duplessis@gmail.com> wrote in message
news:b5dbf66c-2c24-4252-b961-9ebb36fd4539@a1g2000hsb.googlegroups.com...
> 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.