From: Michael Kaply Date: Wed, 22 Aug 2018 15:57:04 +0000 (-0700) Subject: Merge pull request #180 from mozilla/auth_fqdn X-Git-Tag: v1.2~20 X-Git-Url: https://git.p6c8.net/policy-templates.git/commitdiff_plain/11a18320359fb4e633ca790f8413b5fe57afe5c4?hp=653c3fa43123f7f6fecf8b6fa8e382112f2dbbe0 Merge pull request #180 from mozilla/auth_fqdn Add support for non FQDN policy - Bugzilla 1471651 --- diff --git a/README.md b/README.md index 4b9cfc9..c0d8424 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,11 @@ This policy is for configuring sites that support integrated authentication. See "Authentication": { "SPNEGO": ["mydomain.com", "https://myotherdomain.com"], "Delegated": ["mydomain.com", "https://myotherdomain.com"], - "NTLM": ["mydomain.com", "https://myotherdomain.com"] + "NTLM": ["mydomain.com", "https://myotherdomain.com"], + "AllowNonFQDN": { + "SPNEGO": true, + "NTLM": true + } } } } diff --git a/windows/en-US/firefox.adml b/windows/en-US/firefox.adml index e5f23e6..eca45b3 100644 --- a/windows/en-US/firefox.adml +++ b/windows/en-US/firefox.adml @@ -5,7 +5,8 @@ Microsoft Windows XP SP2 or later - Firefox 60 or later + Firefox 60 or later, Firefox 60 ESR or later + Firefox 62 or later, Firefox 60.2 ESR or later Firefox 60 ESR or later Firefox Permissions @@ -39,6 +40,10 @@ For more information, see https://developer.mozilla.org/en-US/docs/Mozilla/Integ If this policy is disabled or not configured, no websites are trusted to use NTLM authentification. For more information, see https://developer.mozilla.org/en-US/docs/Mozilla/Integrated_authentication. + Allow Non FQDN + If this policy is enabled, you can always allow SPNEGO or NTLM on non FQDNs (fully qualified domain names). + +If this policy is disabled or not configured, NTLM and SPNEGO are not enabled on non FQDNs. Block Add-ons Manager If this policy is enabled, the user cannot access the Add-ons Manager or about:addons. @@ -63,12 +68,13 @@ If this policy is disabled or not configured, users can set images as their desk If this policy is enabled, Firefox will read certificates from the Windows certificate store. If this policy is disabled or not configured, Firefox will not read certificates from the Windows certificate store. + Disable Master Password Creation If this policy is enabled, users cannot create a master password. If this policy is disabled or not configured, users can create a master password. Disable Update - If this policy is enabled, the browser does not receive updates. + If this policy is enabled, the browser does not receive udpates. If this policy is disabled or not configured, the browser receives updates. Disable Built-in PDF Viewer (PDF.js) @@ -329,6 +335,10 @@ If this policy is disabled or not configured, search engines can be installed fr + + Always allow NTLM on non FQDNs + Always allow SPNEGO on non FQDNs + diff --git a/windows/firefox.admx b/windows/firefox.admx index f4ca95b..1be3b6e 100644 --- a/windows/firefox.admx +++ b/windows/firefox.admx @@ -70,6 +70,28 @@ + + + + + + + + + + + + + + + + + + + + + +