Authentication from a SAM base / ISS
- From: Mika <Mika@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 4 May 2006 04:07:01 -0700
I've tried to use the "Windows" authentication and I denied access to
unidentified users but it didn't work.
I try lot of combinations, with forcing ipersonation or not, with consulting
the page after put it on the server or from the local machine with the
built-in interpretorof Web-Matrix. No-one works.
I hope solving this problem with ISS will solve everything but I'm afraid
that I have to look for a way to query the SAM base.
Thank you for your reaction and suggestions about all of it.
MIKA
"Dominick Baier [DevelopMentor]" wrote:
then the users will get the normal IIS login dialog where they can authenticate.
with their credentials for that server
---------------------------------------
Dominick Baier - DevelopMentor
http://www.leastprivilege.com
Thank you for your answer.
The point is that the users will not use the same login/password than
they
entered to Windows. I'm in a big University and there is the main
domain on
wich everybody log-in.
But I work on another serveur with his own user/login for just the
ComputerScience students on wich they upload their files and other
things.
So I think I cannot use the IIS.
I hope you will have a solution for this complex structure. MIKA
"Joe Kaplan (MVP - ADSI)" wrote:
Just use Windows authentication is IIS. It will authenticate local
users. Basic or IWA will work fine.
Why try to write code for this?
If you absolutely have to write code, calling the LogonUser API is
the best way to go. Using ADSI or WMI is likely to be flakey,
although you can try using the DirectoryEntry with the WinNT provider
to do it.
Joe K.
"Mika" <Mika@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:8DEF9D78-0AB1-4571-8817-8943898C6441@xxxxxxxxxxxxxxxx
Hello,
I'm actually looking for a way to authentificate users from the
authentification base SAM of a WindowsServer2003.
I have to do it from a web-page wrote in ASP.NET(VB).
During my searchs I've found some technology wich could be helpful.
It's
the
Windows WMI and ADSI. But I'm still a student who have learn
Computer
Science
just for 2years and this is a bit complex for me.
I'm looking for someone who have done something similar and if YOU
didn't,
I
would be glad if you could give me some ideas or leads.
Thank you for your help!
MIKA
- Follow-Ups:
- Re: Authentication from a SAM base / ISS
- From: Dominick Baier [DevelopMentor]
- Re: Authentication from a SAM base / ISS
- Prev by Date: Unit Testing Membership Provider
- Next by Date: Re: Authentication from a SAM base / ISS
- Previous by thread: Unit Testing Membership Provider
- Next by thread: Re: Authentication from a SAM base / ISS
- Index(es):
Relevant Pages
|