Add a per-user re-configuration script

rename browsersetup.sh to globalsetup.sh
This commit is contained in:
rcritten@redhat.com
2007-09-24 15:50:38 -04:00
parent cf29177901
commit a53c4f107f
3 changed files with 8 additions and 2 deletions

View File

@@ -15,3 +15,9 @@ First need to remove any existing values for these.
For more information on autoconfiguration, see:
http://mit.edu/~firefox/www/maintainers/autoconfig.html
globalsetup.sh will change the default setup for all users and will
lock the preferences. The downside is that rpm -V will show firefox as
corrupt.
usersetup.sh will change all existing profiles of the current user

View File

@@ -18,8 +18,8 @@
try
{
/* Kerberos SSO configuration */
lockPref("network.negotiate-auth.trusted-uris", ".greyoak.com");
lockPref("network.negotiate-auth.delegation-uris", ".greyoak.com");
lockPref("network.negotiate-auth.trusted-uris", ".freeipa.org");
lockPref("network.negotiate-auth.delegation-uris", ".freeipa.org");
/* These are the defaults */
lockPref("network.negotiate-auth.gsslib", "");