Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

Learn More

How can I have proxy settings stay for multiple users on an educational network?

  • 1 réponse
  • 3 ont ce problème
  • 1 vue
  • Dernière réponse par cor-el

more options

Hi,

I want to be able to have mutlple users log onto machines and haave proxy settings already set in preferences. I have tried by copying the Mozilla folder in to the All users location and does not help.

Each user logs onto a computer with a mandatory or Roaming account depending on account security. Settings for firefox are picked up from their Documents and settings folder when they log on (It is created when they log on for the first time)

Is there a way to pull across proxy settings for a new user? Ussually it would be a case of just sticking it in All Users.

Thanks

Hi, I want to be able to have mutlple users log onto machines and haave proxy settings already set in preferences. I have tried by copying the Mozilla folder in to the All users location and does not help. Each user logs onto a computer with a mandatory or Roaming account depending on account security. Settings for firefox are picked up from their Documents and settings folder when they log on (It is created when they log on for the first time) Is there a way to pull across proxy settings for a new user? Ussually it would be a case of just sticking it in All Users. Thanks

Toutes les réponses (1)

more options

A possibility is to create a file user.js and place that file in the default template location (defaults\pref) in the Firefox program folder. If you don't want users to change the proxy (connection) settings then you can also lock the prefs or set a different default value.

See http://kb.mozillazine.org/Locking_preferences --- You can use these calls in mozilla.cfg to set or lock a pref: defaultPref(); // set new default value pref(); // set pref, but allow changes lockPref(); // lock pref, disallow changes

http://kb.mozillazine.org/network.proxy.type http://kb.mozillazine.org/network.proxy.%28protocol%29 http://kb.mozillazine.org/network.proxy.%28protocol%29_port