Squid: Difference between revisions
Jump to navigation
Jump to search
| Line 83: | Line 83: | ||
#htcp_access allow localnet | #htcp_access allow localnet | ||
</pre> | </pre> | ||
*TAG: cache_peer | |||
<pre> | |||
# optional: tell our squid to send everything to our content-filter/firewall gateway | |||
# comment this out if you don't have another proxy infront of Squid | |||
cache_peer fw.yourdomain.local parent 8080 7 no-query no-delay default | |||
</pre> | |||
*TAG: cache_mgr | |||
<pre> | |||
cache_mgr administrator@yourdomain.local | |||
</pre> | |||
*TAG: snmp_port | |||
<pre> | |||
# make our Squid listen for SNMP queries on port 3401 | |||
snmp_port 3401 | |||
</pre> | |||
}} | }} | ||
Revision as of 13:37, 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