Squid: Difference between revisions

From Q
Jump to navigation Jump to search
Tgurr (talk | contribs)
No edit summary
Tgurr (talk | contribs)
Line 66: Line 66:
# comment out, we don't want access for the whole localnet
# comment out, we don't want access for the whole localnet
#http_access allow localnet
#http_access allow localnet
# allow intranet access for unauthorized/all users
http_access allow local-servers
http_access allow local-network
# allow access for authorized users
http_access allow AuthorizedUsers ProxyUsers
</pre>
</pre>
*TAG: icp_access
<pre>
# comment out since we don't have a localnet acl anymore
#icp_access allow localnet
</pre>
*TAG: htcp_access
<pre>
# comment out since we don't have a localnet acl anymore
#htcp_access allow localnet
</pre>
}}
}}



Revision as of 13:27, 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