summaryrefslogtreecommitdiffstats
path: root/ipa-client/firefox
diff options
context:
space:
mode:
authorrcritten@redhat.com <rcritten@redhat.com>2007-09-24 15:50:38 -0400
committerrcritten@redhat.com <rcritten@redhat.com>2007-09-24 15:50:38 -0400
commita53c4f107fa4f91634f098f180f0258dfbd50495 (patch)
treed8b0778528e563a4b65f58c5401c9bd54da2de0e /ipa-client/firefox
parentcf29177901fd6b9abc42f4b3ce938b33dc153d8c (diff)
downloadfreeipa-a53c4f107fa4f91634f098f180f0258dfbd50495.tar.gz
freeipa-a53c4f107fa4f91634f098f180f0258dfbd50495.tar.xz
freeipa-a53c4f107fa4f91634f098f180f0258dfbd50495.zip
Add a per-user re-configuration script
rename browsersetup.sh to globalsetup.sh
Diffstat (limited to 'ipa-client/firefox')
-rw-r--r--ipa-client/firefox/README6
-rw-r--r--ipa-client/firefox/globalsetup.sh (renamed from ipa-client/firefox/browsersetup.sh)0
-rw-r--r--ipa-client/firefox/ipa.js4
3 files changed, 8 insertions, 2 deletions
diff --git a/ipa-client/firefox/README b/ipa-client/firefox/README
index d12be6e50..67013fcca 100644
--- a/ipa-client/firefox/README
+++ b/ipa-client/firefox/README
@@ -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
diff --git a/ipa-client/firefox/browsersetup.sh b/ipa-client/firefox/globalsetup.sh
index dc8aba935..dc8aba935 100644
--- a/ipa-client/firefox/browsersetup.sh
+++ b/ipa-client/firefox/globalsetup.sh
diff --git a/ipa-client/firefox/ipa.js b/ipa-client/firefox/ipa.js
index 011f8923c..5d6755fd4 100644
--- a/ipa-client/firefox/ipa.js
+++ b/ipa-client/firefox/ipa.js
@@ -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", "");