Re: Integrated Windows Authentication - Help
From: Russ (Russ_at_discussions.microsoft.com)
Date: 10/25/04
- Next message: richlm: "Re: Authentication question"
- Previous message: KramerCat: "Re: IUSR Account from another machine Logging into my server"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Mon, 25 Oct 2004 09:55:04 -0700
This was the answer I was searching for a long time. I can't believe there is
not a Knowledge base article on this exact issue of 'Password Caching'. I
have had this problem for awhile and knew it was a 'local' machine problem
but could not track it down. Thank you very much Alex.
"Yukon" wrote:
> Hi WenJun,
>
> I have use wfetch to confirm that it is not her account that is causing the
> problem. However, I manage to solve the problem after narrowing down the
> possibilities. The latest suspect I have in mind is the wrong logon
> credential for that web-site was cache somewhere in her laptop and true
> enough I found it in Control Panel -> User Accounts, Advanced tab, Manage
> Passwords. The url was in the list with the wrong logon credential
> associated with it. I remove the url and it works.
>
> Thanks for helping me on the troubleshooting process. You have provided me
> valueable information and wfetch is a good tool.
>
>
> Best Regards,
> Alex
>
>
>
> ""WenJun Zhang[msft]"" <v-wzhang@online.microsoft.com> wrote in message
> news:OStXAcrfEHA.3340@cpmsftngxa06.phx.gbl...
> > Hi Alex,
> >
> > That's ok. I'm looking forward to your further test results.
> >
> > The log shows the authentication failed with return codes:
> >
> > 401.2
> >
> > 401.1
> >
> > 401.1
> >
> > The most possible cause of the last 401.1 error is client-side sent
> > an invalid credential to the server-side. If the failure is
> > permission related, the return code will become 401.3. A typical
> > successful IE - IIS auto integrated authenication(NTLM) process
> > should be:
> >
> > 401.2 (IE first tries anonymous access, IIS returns 401.2 - failed
> > due to server doesn't allow this auth type)
> >
> > 401.1 (IE and IIS exchange the NTLM hash in HTTP header )
> >
> > 200 (Authentication is passed)
> >
> > I think you may run webfetch to perform some tests. It's a quite
> > greater client than IE to troubleshoot this kind of authentication
> > issues:
> >
> > HOW TO: Use Wfetch.exe to Troubleshoot HTTP Connections
> > http://support.microsoft.com/default.aspx?scid=kb;en-us;284285
> >
> > Select Kerberos or NTLM explicitly and input her problematic account
> > to test the access. If this works, the problem should be confirmed on
> > her IE.
> >
> > Best regards,
> >
> > WenJun Zhang
> > Microsoft Online Support
> > This posting is provided "AS IS" with no warranties, and confers no
> > rights.
> > Get Secure! - www.microsoft.com/security
> >
>
>
>
- Next message: richlm: "Re: Authentication question"
- Previous message: KramerCat: "Re: IUSR Account from another machine Logging into my server"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|