Page 1 of 1

network.automatic-ntlm-auth.trusted-uris in mozilla.adm

Posted: Wed Aug 03, 2005 3:06 pm
by supportguy
Can you add support for network.automatic-ntlm-auth.trusted-uris in mozilla.adm? I have no idea how hard this may be to do but you have almost all other options that you can do at about:config except this one, which I need for an intranet that I'm setting up at work.
Any help would be greatly appreciated.

Answering my own question

Posted: Fri Aug 05, 2005 7:58 am
by supportguy
I modified the mozilla.adm file to include this text under CATEGORY "network":

Code: Select all

POLICY "network.automatic-ntlm-auth.trusted-uris"
PART "network.automatic-ntlm-auth.trusted-uris" EDITTEXT REQUIRED
VALUENAME "network.automatic-ntlm-auth.trusted-uris"
END PART
END POLICY
Also, the policies in mozilla.adm should not be just enable/disable, these settings will have no effect without giving them correct values that Firefox understands. This makes the mozilla.adm file you posted useless without manually editing it to include entering text or integers or assigning boolean values to enable and disable where necessary. Are you planning to update the mozilla.adm file to look more like firefox.adm?

Posted: Fri Aug 12, 2005 10:25 pm
by DraconPern
Just posted an updated adm file that has all those problems solved! The new version is generated directly from Firefox and contains all the possible settings plus their value entry (strings, boolean, integer)