Closed Bug 1150438 Opened 9 years ago Closed 8 years ago

Cannot authenticate anymore on Firefox 37 on Linux

Categories

(Core :: Networking, defect)

37 Branch
x86_64
Linux
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 1150069

People

(Reporter: diego.costantini, Unassigned)

References

Details

User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:37.0) Gecko/20100101 Firefox/37.0
Build ID: 20150328224110

Steps to reproduce:

Trying to connect to my company's internal web pages (MS-based, like Sharepoint) after update to Firefox 37 on Linux Mint 17.1


Actual results:

When requiring authentication (modal prompt), the credentials are not accepted.
The modal reappears forever, and if I press cancel I get:

401 - Unauthorized: Access is denied due to invalid credentials.
You do not have permission to view this directory or page using the credentials that you supplied.



Expected results:

Authentication successful and access to the page
FYI: I applied the change suggested in the following link https://support.mozilla.org/en-US/questions/1007709
Changing back didn't make a difference.
Same problem here - with 36.0.4 on Ubuntu Linux x86_64 no problems, since update to 37.0 we are having those problems! If I use chrome or any other browser it works like a charm.

Our server authenticates with Apache:AuthenNTLM - here is the auth part of our apache config:

 <Directory /var/www/zeit>

    PerlAuthenHandler Apache2::AuthenNTLM
    AuthType ntlm
    AuthName zeit
    require valid-user
    #                    domain             pdc                bdc
    PerlAddVar ntdomain "DOMAIN  domain.local"

    PerlSetVar defaultdomain DOMAIN
    PerlSetVar splitdomainprefix 1
    PerlSetVar ntlmdebug 1

 </Directory>
With Windows and firefox 37.0 we have got no problems at all - the problem exists only with firefox and Linux!
Hi,

Are you still experiencing this issue using latest Firefox versions?
The problem still exists with the newest version 43 and 46!
Also with a new profile and in safe mode.
Yes, everything exactly as in the opening post.
Flags: needinfo?(diego.costantini)
Is https://bugzilla.mozilla.org/show_bug.cgi?id=1150069#c8 ?


network.auth.force-generic-ntlm-v1 is effective?
https://hg.mozilla.org/mozilla-central/rev/f09bfc814171
Component: Untriaged → Networking
Product: Firefox → Core
See Also: → 1150069
Hey YF, it was that. :)
I don't know when it has been automatically reset to default, since I set it to true since v36.
Anyway, on v37 it was not working any more and apparently it's been fixed afterwards again.
For me the bug is resolved then.
Blocks: 423758
Diego, is this just about a pref flip?  Does setting network.auth.force-generic-ntlm-v1 to true fixes the bug for you?
Flags: needinfo?(diego.costantini)
Yes it did.
Flags: needinfo?(diego.costantini)
Flags: needinfo?(honzab.moz)
Did not fix it for me with Firefox 43 and setting network.auth.force-generic-ntlm-v1 set to true
Andrew, isn't this just a duplicate of bug 1150069?  Will you be willing to look at this or at least shade some light here?  Thanks!
Flags: needinfo?(honzab.moz)
Status: UNCONFIRMED → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.