FW: [squid-users] help with configuration of NTLM support

From: Vincent, Nicolas <nicolas.vincent@dont-contact.us>
Date: Mon, 20 Aug 2001 11:00:15 -0400

I've download squid 2.5, untar and execute the configure script with the
following options :
./configure --prefix=/opt/squid-ntlm --disable-wccp --enable-snmp
--disable-ident-lookups --enable-underscores '--enable-auth=basic ntlm'
'--enable-basic-auth-helpers=SMB MSNT' --enable-ntlm-auth-helpers=NTLMSSP

but when doing the make, it suddently stop with the following starting
errors :

bwe:/home/nvincent/squid-head-200108192302 # make
Making all in lib...
make[1]: Entering directory `/home/nvincent/squid-head-200108192302/lib'
gcc -g -Wall -I../include -I../include -c -o ntlmauth.o ntlmauth.c
In file included from ntlmauth.c:24:
../include/ntlmauth.h:121: parse error before `gint16'
../include/ntlmauth.h:121: warning: no semicolon at end of struct or union
../include/ntlmauth.h:122: warning: type defaults to `int' in declaration of
`m'
../include/ntlmauth.h:122: warning: data definition has no type or storage
class
../include/ntlmauth.h:123: parse error before `offset'
../include/ntlmauth.h:123: warning: type defaults to `int' in declaration of
`o'
../include/ntlmauth.h:123: warning: data definition has no type or storage
class
../include/ntlmauth.h:124: warning: type defaults to `int' in declaration of
`s'
../include/ntlmauth.h:124: warning: data definition has no type or storage
class
../include/ntlmauth.h:128: parse error before `gint32'
../include/ntlmauth.h:128: warning: no semicolon at end of struct or union
../include/ntlmauth.h:130: parse error before `}'

Anyone having an idea about what's going wrong ?

Many thanks !

Nicolas

-----Original Message-----
From: Van Bossche Koen [mailto:Koen.VanBossche@KONE.com]
Sent: Monday, August 20, 2001 14:02
To: 'squid-users@squid-cache.org'
Subject: RE: [squid-users] help with configuration of NTLM support

Thanks Rob,
I did this however I still cannot authenticate. I cannot find anything in my
cache.log though. If I try it manually ./ntlm_auth DOMAIN\user, then I
receive the error :"BH Helper detected protocol error". Can it be something
todo with NTLMSSP helper, cause I have nowhere (except for compiling)
mentionned to use this default.
Do you have any further info on this, how to do some checks ..
Regards/Koen

-----Original Message-----
From: Robert Collins [mailto:robert.collins@itdomain.com.au]
Sent: 20 August 2001 12:34
To: Van Bossche Koen
Cc: 'squid-users@squid-cache.org'
Subject: Re: [squid-users] help with configuration of NTLM support

On 20 Aug 2001 13:15:48 +0300, Van Bossche Koen wrote:
> Hi,
> Can anyone give me some help on installing the NTLM authentication without
> popping up password box?
> I have downloaded the latest tar file for v2.5DEV and configured it with
the
> following parameters :
> ./configure --prefix=/opt/squid-ntlm --disable-wccp --enable-snmp
> --disable-ident-lookups --enable-underscores '--enable-auth=basic ntlm'
> '--enable-basic-auth-helpers=SMB MSNT' --enable-ntlm-auth-helpers=NTLMSSP
> I had a
> How do I continue from here on? Are these the only settings in squid.conf
to
> configure?
> auth_param ntlm program /opt/squid/bin/ntlm_auth DOMAIN\user
run ntlm_auth -? to get the options - this is wrong.
> auth_param ntlm children 5
> auth_param ntlm max_challenge_reuses 1000
> auth_param ntlm max_challenge_lifetime 3600 minutes
>
> What about not showing the messagebox for authentication?

Add a proxy_auth acl as usual.Thats it.

Rob

> Any help or
> information regarding this issue would be very much appreciated.
>
> Regards/Koen
>
Received on Mon Aug 20 2001 - 09:02:17 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:01:51 MST