Open
Bug 657538
Opened 15 years ago
Updated 3 years ago
Doesn't back off to NTLM after SPNEGO/Negotiate failure
Categories
(Core :: Networking: HTTP, defect, P5)
Tracking
()
UNCONFIRMED
People
(Reporter: nicholas.woo, Unassigned)
References
()
Details
(Keywords: dupeme, Whiteboard: [ntlm][necko-would-take])
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET CLR 1.1.4322; InfoPath.2; MS-RTC LM 8)
Build Identifier: Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1
1. Point Firefox to a intranet site hosted by an IIS server.
2. Server responds with a with a WWW-Authenticate header specifying both Negotiate and NTLM to the initial GET.
3. Firefox tries to init security context using a SPN containing the CNAME from DNS.
4. Above operation fails with a GSS exception such as "Server not found in Kerberos database".
Reproducible: Always
Steps to Reproduce:
See details.
Actual Results:
Firefox pops up with its own dialog box asking for user credentials.
Expected Results:
Firefox should retry authentication using NTLM. There is no evidence that it even launches /usr/.bin/ntlm_auth.
network.automatic-ntlm-auth.trusted-uris;intel.com
network.negotiate-auth.delegation-uris;intel.com
network.negotiate-auth.trusted-uris;intel.com
Updated•15 years ago
|
Component: General → Networking: HTTP
Product: Firefox → Core
QA Contact: general → networking.http
Whiteboard: [dupeme]
Version: unspecified → 2.0 Branch
Comment 1•15 years ago
|
||
How is this different to the NTLM behaviour when network.negotiate-auth.trusted-uris is unset? It doesn't try to run ntlm_auth *then* either (bug 554122).
Is that fact that it tried negotiate first actually relevant?
Updated•10 years ago
|
Whiteboard: [dupeme] → [dupeme][ntlm][necko-would-take]
Comment 2•8 years ago
|
||
Bulk change to priority: https://bugzilla.mozilla.org/show_bug.cgi?id=1399258
Priority: -- → P5
Updated•3 years ago
|
Severity: normal → S3
Updated•3 years ago
|
Keywords: dupeme
Whiteboard: [dupeme][ntlm][necko-would-take] → [ntlm][necko-would-take]
You need to log in
before you can comment on or make changes to this bug.
Description
•