Squid: Difference between revisions
Jump to navigation
Jump to search
Die Seite wurde neu angelegt: == 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. == Depe... |
No edit summary |
||
| Line 22: | Line 22: | ||
== Installation == | == Installation == | ||
{{Codeline|# emerge squid}} | {{Codeline|# emerge squid}} | ||
{{Codeline|# chown root:squid /var/cache/samba/winbindd_privileged}} | |||
{{Codeline|# chmod 750 /var/cache/samba/winbindd_privileged}} | |||
== Configuration == | == Configuration == | ||
{{Box File|/etc/squid/squid.conf| | |||
<pre> | |||
</pre> | |||
}} | |||
== Finalize == | == Finalize == | ||
{{Codeline|# /etc/init.d/squid start}} | |||
{{Codeline|# rc-update add squid default}} | {{Codeline|# rc-update add squid default}} | ||
Revision as of 11:33, 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