freeipa/ipa-client/firefox
Jakub Hrozek 7493d781df Change FreeIPA license to GPLv3+
The changes include:
 * Change license blobs in source files to mention GPLv3+ not GPLv2 only
 * Add GPLv3+ license text
 * Package COPYING not LICENSE as the license blobs (even the old ones)
   mention COPYING specifically, it is also more common, I think

 https://fedorahosted.org/freeipa/ticket/239
2010-12-20 17:19:53 -05:00
..
globalsetup.sh Change FreeIPA license to GPLv3+ 2010-12-20 17:19:53 -05:00
ipa.cfg Change FreeIPA license to GPLv3+ 2010-12-20 17:19:53 -05:00
ipa.js Change FreeIPA license to GPLv3+ 2010-12-20 17:19:53 -05:00
Makefile.am Autotool ipa-client - patch from William Jon McCann <mccann@jhu.edu> 0001-01-01 00:00:00 +00:00
README Add a per-user re-configuration script 2007-09-24 15:50:38 -04:00
usersetup.sh Change FreeIPA license to GPLv3+ 2010-12-20 17:19:53 -05:00

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

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