[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Changing clients to automatically find their proxy?



Am Mittwoch 02 Juli 2008 schrieb Herman Robak:
>  Do we want MSIE5 roaming in our networks anyway?!

Some months ago, Nigel (AFAIR) posted a hint how to block unsecure 
browsers by squid. It works well in my school.

Further hints for initial settings in another posting.

BTW: Openoffice hangs if you drag&drop an image from a browser into a 
text document: Reason: Missing Proxy settings! As a workaround I 
provide default settings for any user:

I already added to http://www.ooowiki.de/InstallierenInGroßenNetzen that 
you have to change the "Settings"-Node 
in  /usr/lib/openoffice/share/registry/data/org/openoffice/Inet.xcu
to look like this:

 <node oor:name="Settings">
  <prop oor:name="ooInetHTTPProxyName" oor:type="xs:string">
   <value>10.0.2.2</value>
  </prop>
  <prop oor:name="ooInetHTTPProxyPort" oor:type="xs:int">
   <value>3128</value>
  </prop>
  <prop oor:name="ooInetNoProxy" oor:type="xs:string">
   <value>localhost;ltspserver00;10.0.2;intern</value>
  </prop>
  <prop oor:name="ooInetProxyType" oor:type="xs:int">
   <value>2</value>
  </prop>
 </node>


Reply to: