Sorry, forgot CC to the list. > -----Original Message----- > From: Julie Xu > Sent: Friday, 17 August 2012 11:21 AM > To: Amos Jeffries > Subject: RE: AuthConfig::CreateAuthUser: Unsupported or > unconfigured/inactive proxy-auth scheme, 'NTLM..' > > > Hi Amos > > Great thanks for the reply. > > I have two servers and one has not this error messages and one has. Both > configuration is same: > > Server1# grep ntlm squid.conf > # protocol. See helpers/ntlm_auth/ for details. Recommended ntlm > # authenticator is ntlm_auth from Samba-3.X, but a number of other > # ntlm authenticators is available. > # By default, the ntlm authentication scheme is not used unless a > # auth_param ntlm program /path/to/samba/bin/ntlm_auth --helper- > protocol=squid-2.5-ntlmssp > # auth_param ntlm children 5 > # auth_param ntlm keep_alive on > # client and reads commands according to the Squid ntlmssp helper > # protocol. See helpers/ntlm_auth/ for details. Recommended SPNEGO > # authenticator is ntlm_auth from Samba-4.X. > # auth_param negotiate program /path/to/samba/bin/ntlm_auth -- > helper-protocol=gss-spnego > #auth_param ntlm program <uncomment and complete this line to activate> > #auth_param ntlm children 5 > #auth_param ntlm keep_alive on > # > > Server2# grep ntlm squid.conf > # protocol. See helpers/ntlm_auth/ for details. Recommended ntlm > # authenticator is ntlm_auth from Samba-3.X, but a number of other > # ntlm authenticators is available. > # By default, the ntlm authentication scheme is not used unless a > # auth_param ntlm program /path/to/samba/bin/ntlm_auth --helper- > protocol=squid-2.5-ntlmssp > # auth_param ntlm children 5 > # auth_param ntlm keep_alive on > # client and reads commands according to the Squid ntlmssp helper > # protocol. See helpers/ntlm_auth/ for details. Recommended SPNEGO > # authenticator is ntlm_auth from Samba-4.X. > # auth_param negotiate program /path/to/samba/bin/ntlm_auth -- > helper-protocol=gss-spnego > #auth_param ntlm program <uncomment and complete this line to activate> > #auth_param ntlm children 5 > #auth_param ntlm keep_alive on > # > > I guess there must be something else need configure. Please advice > > Regards > > Julie > > > -----Original Message----- > > From: Amos Jeffries [mailto:squid3@xxxxxxxxxxxxx] > > Sent: Friday, 17 August 2012 11:09 AM > > To: squid-users@xxxxxxxxxxxxxxx > > Subject: Re: AuthConfig::CreateAuthUser: Unsupported or > > unconfigured/inactive proxy-auth scheme, 'NTLM..' > > > > On 17/08/2012 11:28 a.m., Julie Xu wrote: > > > > > > Hi > > > > > > I have redhat6 with squid 3.1 > > > > > > And above error messages is occured all the time. > > > Could I get some advice? how can I stop it? > > > > configure auth_param ntlm components. > > > > Amos