At 16.15 05/08/2003, Daniel Meyer wrote:
Hi $list,
i'm trying to setup SquidNT to use NTLM for authentication. Basic-Auth and NT-auth both work fine, but we'd like to use NTLM, so that users dont have to enter username and password all the time.
The short story is: i cant find any complete and/or working examples, or even a way how to test the ntlm-helper on the command line.
Nothing special is needed, simply follow the NTLM Squid documentation about Winbind authenticators as reference.
I'm running SquidNT 2.5stable3 on a windows NT 4 machine.
Can anyone provide a sample config taken from a working environment?
auth_param ntlm program D:/squid/libexec/ntlm_win32_auth.exe auth_param ntlm children 5 auth_param ntlm max_challenge_reuses 32 auth_param ntlm max_challenge_lifetime 15 minutes auth_param basic program D:/squid/libexec/nt_auth.exe auth_param basic children 5 auth_param basic realm Squid proxy-caching web server auth_param basic credentialsttl 15 minutes
acl password proxy_auth REQUIRED http_access allow password http_access deny all
Regards
Guido
- ======================================================== Guido Serassio Acme Consulting S.r.l. Via Gorizia, 69 10136 - Torino - ITALY Tel. : +39.011.3249426 Fax. : +39.011.3293665 Email: [EMAIL PROTECTED] WWW: http://www.acmeconsulting.it/
