SquidGuard is a URL redirector used to use blacklists with the proxysoftware Squid. There are two big advantages to squidguard: it is fast and it is free.
Package Deployment
http://alufis35.uv.es/OCS-Inventory-Package-deployment.html
Install the Apache SSL components:
yum -y install mod_ssl
A server.crt file is automatically created for your server in /etc/httpd/conf/ssl.crt/server.crt
. That file needs to be copied to C:\Program Files\OCS Inventory Agent\cacert.pem
. A login script that will do that is:
@echo off
REM Check if CA file exists
if exist "C:\Program Files\OCS Inventory Agent\cacert.pem" goto CA_END
REM CA file does not exist, install it
Copy \\MYSERVER\MYSHARE\cacert.pem "C:\Program Files\OCS Inventory Agent\cacert.pem"
:CA_END
Using OS X Server 10.3 for our PDC, that script should get saved in /etc/netlogon/scriptname.bat
. Use Workgroup Manager to have the client load that script.
- Log in to post comments