Squid: Difference between revisions

From Q
Jump to navigation Jump to search
Tgurr (talk | contribs)
Tgurr (talk | contribs)
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
# 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
# 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

Template:Box File

Packages

Template:Box Code

Installation

# emerge squid

# chown root:squid /var/cache/samba/winbindd_privileged

# chmod 750 /var/cache/samba/winbindd_privileged

Configuration

Template:Box File

Finalize

# /etc/init.d/squid start

# rc-update add squid default