mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Add a per-user re-configuration script
rename browsersetup.sh to globalsetup.sh
This commit is contained in:
@@ -15,3 +15,9 @@ First need to remove any existing values for these.
|
|||||||
|
|
||||||
For more information on autoconfiguration, see:
|
For more information on autoconfiguration, see:
|
||||||
http://mit.edu/~firefox/www/maintainers/autoconfig.html
|
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
|
||||||
|
|||||||
@@ -18,8 +18,8 @@
|
|||||||
try
|
try
|
||||||
{
|
{
|
||||||
/* Kerberos SSO configuration */
|
/* Kerberos SSO configuration */
|
||||||
lockPref("network.negotiate-auth.trusted-uris", ".greyoak.com");
|
lockPref("network.negotiate-auth.trusted-uris", ".freeipa.org");
|
||||||
lockPref("network.negotiate-auth.delegation-uris", ".greyoak.com");
|
lockPref("network.negotiate-auth.delegation-uris", ".freeipa.org");
|
||||||
|
|
||||||
/* These are the defaults */
|
/* These are the defaults */
|
||||||
lockPref("network.negotiate-auth.gsslib", "");
|
lockPref("network.negotiate-auth.gsslib", "");
|
||||||
|
|||||||
Reference in New Issue
Block a user