Squid: Difference between revisions
Jump to navigation
Jump to search
| Line 111: | Line 111: | ||
*TAG: always_direct | *TAG: always_direct | ||
<pre> | <pre> | ||
# | # tell Squid to bypass our cache_peer for our local servers and networks | ||
always_direct allow local-servers | always_direct allow local-servers | ||
always_direct allow local-network | always_direct allow local-network | ||
| Line 117: | Line 117: | ||
*TAG: never_direct | *TAG: never_direct | ||
<pre> | <pre> | ||
# | # tell Squid to use our cache_peer for everything else | ||
never_direct allow all | never_direct allow all | ||
</pre> | </pre> | ||
Revision as of 13:45, 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.
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