On Wed, 2002-03-13 at 16:45, [EMAIL PROTECTED] wrote: > Does anyone know how to connect a squid acl to samba users (meaning that the >username/password won't pop up for the user) but allow me to control which users can >connect to the internet?
You probably should install the 'pam_smb' module to provide authentication on your system against an NT domain (which either an NT domain controller or your Samba server provides). Then you should use Squid's PAM external authentication program, which can be found at: http://devel.squid-cache.org/hno/software.html#PAM And configure Squid to use it (read http://squid.visolve.com/squid24s1/externals.htm#authenticate_program ). ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]
