summaryrefslogtreecommitdiffstats
path: root/ipa-client/firefox/README
diff options
context:
space:
mode:
authorrcritten@redhat.com <rcritten@redhat.com>2007-09-24 15:26:35 -0400
committerrcritten@redhat.com <rcritten@redhat.com>2007-09-24 15:26:35 -0400
commitcf29177901fd6b9abc42f4b3ce938b33dc153d8c (patch)
tree168502465ade9058fa2968ff1502b7c624214192 /ipa-client/firefox/README
parent337f0cf853b54ddf307cfb52a0f31c20a83f910e (diff)
downloadfreeipa-cf29177901fd6b9abc42f4b3ce938b33dc153d8c.tar.gz
freeipa-cf29177901fd6b9abc42f4b3ce938b33dc153d8c.tar.xz
freeipa-cf29177901fd6b9abc42f4b3ce938b33dc153d8c.zip
First crack at automated browser configuration. Requires running a
script to set things up on the client machine.
Diffstat (limited to 'ipa-client/firefox/README')
-rw-r--r--ipa-client/firefox/README17
1 files changed, 17 insertions, 0 deletions
diff --git a/ipa-client/firefox/README b/ipa-client/firefox/README
new file mode 100644
index 000000000..d12be6e50
--- /dev/null
+++ b/ipa-client/firefox/README
@@ -0,0 +1,17 @@
+Firefox automatic configuration.
+
+ipa.cfg needs to be installed in the Firefox root directory
+(/usr/lib/firefox-version). It can be a symlink somewhere else. We install
+the actual file into /usr/share/ipa.
+
+ipa.js contains the javascript that sets the desired configuration.
+
+The Firefox all.js needs to be modified to set:
+
+pref('general.config.obscure_value', 0);
+pref('general.config.filename', 'ipa.cfg');
+
+First need to remove any existing values for these.
+
+For more information on autoconfiguration, see:
+http://mit.edu/~firefox/www/maintainers/autoconfig.html