Re: Windows Authentication question
From: Nicole Calinoiu (calinoiu)
Date: 03/24/05
- Next message: Nicole Calinoiu: "Re: Finding out if user has privileges to a diectory."
- Previous message: UJ: "Finding out if user has privileges to a diectory."
- In reply to: Natan: "Windows Authentication question"
- Next in thread: Natan: "Re: Windows Authentication question"
- Reply: Natan: "Re: Windows Authentication question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Thu, 24 Mar 2005 09:24:38 -0500
If you'll be authenticating against Windows accounts, is there any
particular reason you don't want to use Windows integrated authentication?
It tends to be quite a bit more convenient for both users and developers
and, in general, there's little reason to avoid it unless you must support
users without Windows accounts (in which case it's generally "polite" to
support mixed authentication schemes so that Windows users can still use the
more convenient login mechanism).
"Natan" <nvivo.misc@mandic.com.br> wrote in message
news:eMfLBcHMFHA.2468@tk2msftngp13.phx.gbl...
> Hi.
>
> We are creating an intranet here in ASP.NET and we decided that we are
> going to use a kind of Forms Authentication but using the users in our
> windows domain.
>
> So, we are creating a default login form, but the user will use the name
> and password he uses to login to his computer.
>
> I would like to know 2 things:
>
> 1. How can I get a list of Windows users in my domain, so that I can list
> them for administration purposes.
>
> 2. After getting username and password from the user, how can I check it
> against my domain users to see if I should grant him access?
>
> thanks.
- Next message: Nicole Calinoiu: "Re: Finding out if user has privileges to a diectory."
- Previous message: UJ: "Finding out if user has privileges to a diectory."
- In reply to: Natan: "Windows Authentication question"
- Next in thread: Natan: "Re: Windows Authentication question"
- Reply: Natan: "Re: Windows Authentication question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|