<HTML>
<BODY>
<br>
<br>
><br>
>I have installed k12ltsp on my linux server. Once I've set the proxy settings <br>
>logged in as root, how do I set the proxy for all the users without having to <br>
>set the prefences individually? <br>
><br>
If you are using k12ltsp 4.1, then open /usr/lib/mozilla-1.7.2/greprefs/all.js, and set your global proxy settings. Example: (look for the pref lines in "all.js")<br>
pref("network.proxy.type",             1);<br>
pref("network.proxy.http",              "192.168.0.1");<br>
pref("network.proxy.http_port",        8080);
</BODY></HTML>