Squid: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 29: | Line 29: | ||
== Configuration == | == Configuration == | ||
{{Box File|/etc/squid/squid.conf| | {{Box File|/etc/squid/squid.conf| | ||
TAG: auth_param | *TAG: auth_param | ||
find, uncomment and alter the following | find, uncomment and alter the following | ||
<pre> | <pre> | ||
Revision as of 12:46, 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