[squid-users] NTLM issues

From: David Robinet <dave.robinet@dont-contact.us>
Date: Tue, 27 Jan 2004 11:03:32 -0500

List:

Thanks to everyone who pointed me in the right direction for the NTLM
authentication (Henrik and Elton in particular). I've decided to go with
Squid 3, after a bit of reading.

One glitch is that it doesn't appear to be building the ntlm_auth
module. My configure options are:

./configure --enable-auth="ntlm,basic"
--enable-external-acl-helpers="wbinfo_group" --enable-ssl --enable-snmp

...and everything appears to run without a hitch. I'm expecting to find
/usr/local/squid/bin/ntlm_auth on my machine, but it's not being placed
there, and as a result, the line "auth_param ntlm program
/usr/local/squid/bin/ntlm_auth" doesn't work properly (running squid
fails as it can't find that program).

I'm keeping the initial /usr/local/samba/etc/squid.conf very simple for
the moment. The only lines I've modified are:

          visible_hostname wvproxy1
        auth_param ntlm program /usr/local/squid/libexec/ntlm_auth

        auth_param ntlm children 5
        auth_param ntlm max_challenge_reuses 0
        auth_param ntlm max_challenge_lifetime 2 minutes

        auth_param basic program /usr/local/squid/libexec/ntlm_auth
        auth_param basic children 5
        auth_param basic realm Squid proxy-caching web server
        auth_param basic credentialsttl 2 hours

Am I missing a configure switch?

Sorry for the newbie questions - I do appreciate the patience.

Dave
Received on Tue Jan 27 2004 - 09:03:36 MST

This archive was generated by hypermail pre-2.1.9 : Sun Feb 01 2004 - 12:00:09 MST