Re: Integrated Windows Authentication

From: BB (Bernard_at_3exp.com)
Date: 02/26/03


From: "BB" <Bernard_at_3exp.com>
Date: Wed, 26 Feb 2003 11:40:41 +0800


And the error code is ? 401.x ??

get filemon from sysinternals.com
and monitor any access denied entry.
anything in the event log ?

Rgds.

"Kevin Jackson" <softwiz@covad.net> wrote in message
news:OJBsecU3CHA.2540@TK2MSFTNGP12.phx.gbl...
> Yes the IIS is part of a domain... I assumed that I could create local
> users on the web server and give them rights to certain pages and they
could
> put those usernames and passwords in from the browser and it would just
> work. But it isn't...
>
> The error is just access denied in the browser after 3 attempts at putting
> in the username and password.
>
> "BB" <Bernard_at_3exp.com> wrote in message
> news:e82wmnT3CHA.2464@TK2MSFTNGP10.phx.gbl...
> > It will work on local or domain mode. is your IIS
> > part of the domain ? what's the error code ?
> > verify with this kb again.
> > http://support.microsoft.com/?id=326214
> >
> > Rgds.
> >
> >
> > "Kevin Jackson" <kjackson@powerwayinc.com> wrote in message
> > news:#JP9oiQ3CHA.2336@TK2MSFTNGP11.phx.gbl...
> > > Hello,
> > >
> > > I'm using Integrated Windows Authentication for a virtual directory on
> IIS
> > > 6.0. I have given a LOCAL (to the server IIS is running on) user read
&
> > > execute, list folder contents, and read access to the folder and
turned
> > off
> > > anonymous access.
> > >
> > > Now over on a clients web browser, they get prompted for a username,
> > > password, and domain. Of course I cannot get them to authenticate no
> > matter
> > > what I put in. I put in the name of the LOCAL user, the correct
password
> > and
> > > leave domain blank. This does not work.
> > >
> > > I can get domain accounts to work, but I was wondering if there is a
> > syntax
> > > to tell in the browser prompt dialog that allows you to use a LOCAL
> > username
> > > and password instead of a domain username of password.
> > >
> > > Thanks...
> > >
> > >
> >
> >
>
>



Relevant Pages

  • Re: Integrated Windows Authentication
    ... Yes the IIS is part of a domain... ... users on the web server and give them rights to certain pages and they could ... The error is just access denied in the browser after 3 attempts at putting ... in the username and password. ...
    (microsoft.public.inetserver.iis.security)
  • Web Single Sign On
    ... My web application sits on IIS located outside the domain. ... on IIS outside the domain) without having to go through the logon process ... That means the user's credential (username) must be send over to the ... How does the browser know that it has to send ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: Server Permitions
    ... permission on the resources. ... Rgds. ... > I have IIS 5.0 on Win XP, when i installed it and i ... > a username and password. ...
    (microsoft.public.inetserver.iis.security)
  • Re: Custom 401 page problems
    ... Since you configured IIS to send a staic for this ... Now, a 401 response comes back to the client, and the entite body is the ... it is going to make a new request for this resource ... What request do you think the browser makes to fetch the 401.gif ??? ...
    (microsoft.public.inetserver.iis)
  • Re: [PHP] Authentication
    ... If memory doesn't fail me, if you work with IIS and protect the source pages of the application so that IUSR_xxxxx doesn't have access to those files and instead grant access to the NT users or groups which you want, the IIS when working with IE clients will take care of that as long as they are all in the same domain. ... I did it with IIS 3 and IE4 and it worked, I am not completely sure about the details, but it is something you do in the server administration and you don't need to do any programming at all, if the person reaches the page it is because it is who he says it is. ... Otherwise, no browser will give you access to any sensitive information on the client machine, nothing that someone, anyone, might pick on the server side just by receiving a page request. ... If you can find a JavaScript function to snoop the username, ...
    (php.general)