Squid: Difference between revisions
Jump to navigation
Jump to search
| Line 1: | Line 1: | ||
== Description == | == Description == | ||
Now that our Samba is connected to our Windows ADS we can start to authentificate our Squid users against Windows ADS Accounts and/or Groups. | Now that our Samba is connected to our Windows ADS we can start to authentificate our Squid users against Windows ADS Accounts and/or Groups. | ||
In this setup we also have an additional caching firewall proxy content-filter (cache_peer) infront of our Squid machine. | |||
== Dependencies == | == Dependencies == | ||
Revision as of 14:48, 22 April 2008
Description
Now that our Samba is connected to our Windows ADS we can start to authentificate our Squid users against Windows ADS Accounts and/or Groups. In this setup we also have an additional caching firewall proxy content-filter (cache_peer) infront of our Squid machine.
Dependencies
USE-Flags
Packages
Installation
# emerge squid
# chown root:squid /var/cache/samba/winbindd_privileged
# chmod 750 /var/cache/samba/winbindd_privileged
Configuration
Finalize
# /etc/init.d/squid start
# rc-update add squid default