Integrated Windows Authentication results in -2146893052 (0x80090304)

Integrated Windows Authentication results in -2146893052 (0x80090304)

am 19.07.2006 08:39:05 von mmichaels

I have a website on Windows 2000 server with only IWA enabled. I can
log into the site just fine, but if I type a bad password I get an HTTP
500 error. I can't figure out why I'm not reprompted for the password
at least another time or two.

I turned off "friendly errors" in IE and I now get -2146893052
(0x80090304) (also get the same in Firefox).

My local policy effective setting for "cached passwords" is set to 10.

Can anybody shed some light on why I'm only prompted for a password
once?

Marc

Re: Integrated Windows Authentication results in -2146893052 (0x80090304)

am 20.07.2006 04:22:08 von Ken Schaefer

Err 0x80090304
Local Security Authority could not be contacted

Seems IIS has a problem talking to LSASS, which would also explain why you
are not prompted again. Is there anything in the Windows Event Logs that
might help troubleshoot the problem?

Cheers
Ken

"mmichaels" wrote in message
news:1153291145.397032.120340@i3g2000cwc.googlegroups.com...
>I have a website on Windows 2000 server with only IWA enabled. I can
> log into the site just fine, but if I type a bad password I get an HTTP
> 500 error. I can't figure out why I'm not reprompted for the password
> at least another time or two.
>
> I turned off "friendly errors" in IE and I now get -2146893052
> (0x80090304) (also get the same in Firefox).
>
> My local policy effective setting for "cached passwords" is set to 10.
>
> Can anybody shed some light on why I'm only prompted for a password
> once?
>
> Marc
>

Re: Integrated Windows Authentication results in -2146893052 (0x80090304)

am 20.07.2006 05:30:20 von mmichaels

Hi Ken,

Your lead on LSASS should be helpful. All I'm getting is a failure in
the security log:


Source: Security
Category: Logon/Logoff
Type: failure
Event ID: 537
User: NT AUTHORITY\SYSTEM
Computer: MYIISCOMPUTERNAME

Logon Failure:
Reason: An unexpected error occurred during logon
User Name: myuser@mydomain.com
Domain:
Logon Type: 3
Logon Process: NtLmSsp
Authentication Package: NTLM
Workstation Name: ITDIRECTOR

Also the mydomain.com is an OU that is nested within my root domain.

Re: Integrated Windows Authentication results in -2146893052 (0x80090304)

am 20.07.2006 05:56:07 von Ken Schaefer

And there is nothing useful in the System or Application event logs?

Cheers
Ken


"mmichaels" wrote in message
news:1153366220.853486.11350@i3g2000cwc.googlegroups.com...
> Hi Ken,
>
> Your lead on LSASS should be helpful. All I'm getting is a failure in
> the security log:
>
>
> Source: Security
> Category: Logon/Logoff
> Type: failure
> Event ID: 537
> User: NT AUTHORITY\SYSTEM
> Computer: MYIISCOMPUTERNAME
>
> Logon Failure:
> Reason: An unexpected error occurred during logon
> User Name: myuser@mydomain.com
> Domain:
> Logon Type: 3
> Logon Process: NtLmSsp
> Authentication Package: NTLM
> Workstation Name: ITDIRECTOR
>
> Also the mydomain.com is an OU that is nested within my root domain.
>