Closed Bug 226456 Opened 21 years ago Closed 20 years ago

failover to basic auth if NTLM doesn't succeed?!?

Categories

(Core :: Networking: HTTP, defect)

defect
Not set
normal

Tracking

()

RESOLVED WORKSFORME
Future

People

(Reporter: darin.moz, Assigned: darin.moz)

References

Details

>------- Additional Comment #208 From d. oertel 2003-11-21 03:39 ------- >Is there any possibility to disable NTLM authentification ? >We have a lot trouble with bad configured MS-Webservers. >These sites are not accessable since mozilla 1.3 because Mozilla now >tries NTLM and fail. >But basic authentification works well. perhaps we should failover to basic auth if NTLM doesn't succeed?!? we can only do so if the user is adequately informed that they would be using a less secure authentication scheme. part of the solution to this bug exists today. a user can cancel a NTLM auth prompt, and they will then be prompted for Basic authentication. (i'm not sure that is very clear to users, but it exists.)
Is there an easy way to know why NTLM didn't succeed? Chances are the user just entered their password wrong, in which case they probably will just want to keep trying. Maybe mozilla should just have a config property to disable NTLM support altogether.
yeah, that might make more sense. i agree that we should keep prompting for NTLM first since it could just be the case that the user mistyped their username and/or password.
Although it deserves another bug, it would be nice if the password prompt told you want type of authentication it was going to be used for. Basic, Digest, NTLM, other.
because this problem blocks a roll out of 2500 Mozilla installations we have searched and found a dirty work around: in file compreg.dat changing line @mozilla.org/network/http-authenticator;1?scheme=ntlm,{bbef8185-c628-4cc1-b53e-e61e74c2451a} to ;@mozilla.org/network/http-authenticator;1?scheme=ntlm,{bbef8185-c628-4cc1-b53e-e61e74c2451a} it seems to work we are happy about every better idea
d. oertel: yes, that will work. my plan is to work on improving the auth dialogs during the 1.7 cycle, and possibly work on adding a disable NTLM preference.
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla1.7alpha
Target Milestone: mozilla1.7alpha → mozilla1.7beta
Target Milestone: mozilla1.7beta → mozilla1.8alpha
Blocks: 250014
so, we currently try NTLM and if that fails, we try the next auth scheme. that seems to suggest that this bug is fixed, per the summary. we need to improve our auth dialogs in order to make the failover more prominent. that's bug 115500, so marking this bug WORKSFORME.
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → WORKSFORME
Target Milestone: mozilla1.8alpha1 → Future
FYI, failover was added in bug 180049
You need to log in before you can comment on or make changes to this bug.