Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

Learn More

GPO Integrated_authentication not applying to prefs.js

  • 6 답장
  • 1 이 문제를 만남
  • 163 보기
  • 최종 답변자: Mike Kaply

more options

I've configured the GPO to enable NTLM authentication for a specific site: Computer Configuration --> Policies --> Administrative Templates --> Mozilla --> Firefox --> Authentication --> NTLM

I apply this GPO to the local Win 10 Pro machine with Firefox 60 installed - GPUPDATE /FORCE

when I check HKLM --> SOFTWARE --> POLICIES --> MOZILLA --> FIREFOX --> AUTHENTICATION --> NTLM I see the site I added via GPO

however when I check the prefs.js file I cannot see user_pref("network.automatic-ntlm-auth.trusted-uris")

I've configured the GPO to enable NTLM authentication for a specific site: Computer Configuration --> Policies --> Administrative Templates --> Mozilla --> Firefox --> Authentication --> NTLM I apply this GPO to the local Win 10 Pro machine with Firefox 60 installed - GPUPDATE /FORCE when I check HKLM --> SOFTWARE --> POLICIES --> MOZILLA --> FIREFOX --> AUTHENTICATION --> NTLM I see the site I added via GPO however when I check the prefs.js file I cannot see user_pref("network.automatic-ntlm-auth.trusted-uris")

선택된 해결법

Those changes would not show up in the users prefs.js file - they are configured internally by the policy code.

You can go to about:config to verify that they are set.

문맥에 따라 이 답변을 읽어주세요 👍 0

모든 댓글 (6)

more options

선택된 해결법

Those changes would not show up in the users prefs.js file - they are configured internally by the policy code.

You can go to about:config to verify that they are set.

more options

thank you, however when I try and add the GPO to

User Configuration --> Policies --> Administrative Templates --> Mozilla --> Firefox --> Authentication --> NTLM

it does not appear in the about:config

more options

I just tested and it is working for me on Firefox 60 32 bit and 64 bit.

When I search about:config, I see

network.automatic-ntlm-auth.trusted-uris and it is set and locked.

What version of Firefox are you using?

more options

I'm using 64 bit Firefox 60. it seems to work very well when using Computer Configuration, but just not for User Configuration.

I can see the Registry entry under HKCU but it just seems to not appear in about:config

more options

Many thanks mkaply. Your initial response resolved my question.

My second problem was a result of not removing the Computer Configuration GPO and applying the same User configuration GPO - of course the Computer configuration GPO will take precedence over User Config GPO.

more options

> My second problem was a result of not removing the Computer Configuration GPO and applying the same User configuration GPO - of course the Computer configuration GPO will take precedence over User Config GPO.

It's good to know that is working properly :)