Question
January 25, 2007 at 06:06 AM
fuell_j

Sophos Enterprise Console 2.0 in Novell Environment

by fuell_j . Updated 18 years, 6 months ago

With the Sophos EM 1.1 and 1.2 we used Remote Update client for some that work off site. This retrieved updates from a directory on a Novell 6.5 SP5 server. We added an alias script in the adminserv.conf and httpd.conf so the remote client could retrieve updates from the SophosCID directory on the server. The added scripts are below. Of course this was open to the world which Sophos didn’t like, wonder why!!!!
The new Enterprise Console 2.0 client needs to authenticate to that directory. Has anyone been able to have off site users retrieve update remotely? If so, what method was used?

Alias Scripts:
#Below alias was added to see sophoscid directory from
http://xxx.xxxxxxxx.net/sophos/
Alias /sophos/ “vol1:/SophosCID/”

Options Indexes MultiViews
AllowOverride None
Order allow,deny
allow from all

Thanks, Jeff

This discussion is locked

All Comments