RE: [squid-users] running old wbinfo, pam_winbind or libnss_winbind clients

From: Jason Oakley <Jason.Oakley@dont-contact.us>
Date: Wed, 27 Oct 2004 08:28:01 +1000

Sweet! That did the job. Thanks for your help, Jerry!
----------------------
Edit squid.conf

Setup the authenticators. (Samba-3.X)
Add the following to enable both the winbind basic and ntlm
authenticators. IE will use ntlm and everything else basic:

        auth_param ntlm program /usr/local/bin/ntlm_auth
--helper-protocol=squid-2.5-ntlmssp
        auth_param ntlm children 30
        auth_param ntlm max_challenge_reuses 0
        auth_param ntlm max_challenge_lifetime 2 minutes

        auth_param basic program /usr/local/bin/ntlm_auth
--helper-protocol=squid-2.5-basic
        auth_param basic children 5
        auth_param basic realm Squid proxy-caching web server
        auth_param basic credentialsttl 2 hours
 

------------------------------------------------------------------------------
This communication, including any attachments, is confidential. If
 you are not the intended recipient, you should not read it - please
 contact me immediately, destroy it, and do not copy or use any part of
 this communication or disclose anything about it.

------------------------------------------------------------------------------
Received on Tue Oct 26 2004 - 16:28:17 MDT

This archive was generated by hypermail pre-2.1.9 : Mon Nov 01 2004 - 12:00:02 MST