Re: [squid-users] Fallback from NTLM to smb_auth if neccessary?

From: Jerry Murdock <jmurdock@dont-contact.us>
Date: Tue, 14 Jan 2003 08:00:11 -0500

No!!!

Just enable both auth types in squid.conf. The below uses the winbind
authenticators for both basic and ntlm, but the basic authenticator
doesn't have to be "related" to the ntlm authenicator.

Jerry
auth_param ntlm program /usr/local/squid/libexec/wb_ntlmauth
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/wb_auth
auth_param basic children 5
auth_param basic realm Squid proxy-caching web server
auth_param basic credentialsttl 2 hours

----- Original Message -----
From: "Ilker Gokhan" <ilker.gokhan@linux.org.tr>
To: "Deac Nkisetlein" <tweeg.news@gmx.de>
Cc: <squid-users@squid-cache.org>
Sent: Tuesday, January 14, 2003 6:52 AM
Subject: Re: [squid-users] Fallback from NTLM to smb_auth if neccessary?

> Deac Nkisetlein wrote:
> > Dear listmembers,
> >
> > is it possible to have ntlm-authentication for all ms-ie user
accessing the
> > cache and having a fallback to smb_auth for all netscape/mozilla (non
ms-ie)
> > users?
> >
> > And does someone of you have maybe a link handy which shows
> > a way to configure ntlm?
>
> I guess the only one way to do this configuration that you can use 2
> proxy. One for ms-ie users for NTLM the other for the others users for
> smb_auth.
>
> Best regards,
> Ilker G.
>
Received on Tue Jan 14 2003 - 06:00:16 MST

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