N
Natan
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.
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.