RE: [squid-users] squid authentication with Windows Domain users

From: Ignacio Vidal <ividal@dont-contact.us>
Date: Mon, 30 Dec 2002 11:11:13 -0300

Hello,
Where can I find more info about NTLM authentication scheme? (documents in www/pdf's/etc)
Once build squid with those options in configure, how can I test if itīs functioning properly or debugging these methods of authentication?

A lot of thanks!!!
Regards

Ignacio

> -----Mensaje original-----
> De: Hegedus, Ervin [mailto:airween@amit.hu]
> Enviado el: lunes, 30 de diciembre de 2002 5:45
> Para: Deepak
> CC: squid-users@squid-cache.org
> Asunto: Re: [squid-users] squid authentication with Windows
> Domain users
>
>
> Hello,
>
> > I want to configure squid to authenticate my Windows
> NT\2000 Domain users.
> you can use one of these auth_modules:
> - ntlm
> - smb_auth
> - ntlm_auth
>
> when you configure squid source before you compile it, you need
> to add these parameters (examples):
> ... --enable-auth="basic" --enable-basic-auth-helpers="SMB MSNT"
>
> then make, make install
>
> i use msnt_auth, and i put this to msntauth.conf:
> --- cut here ---
> server mydc01 mydc02 MY_WIN_DOMAIN
>
> denyusers /etc/squid/denyusers
> allowusers /etc/squid/allowusers
> --- cut here ---
>
> and in squid.conf example:
> --- cut here ---
> auth_param basic program /usr/local/squid/lib/msnt_auth
> auth_param basic children 10
> auth_param basic realm Squid proxy server
> auth_param basic credentialsttl 2 minutes
> --- cut here ---
>
>
> for more info see FAQ, and squid.conf examples.
>
> you can find also more infos here:
>
> http://www.squid-cache.org/Doc/FAQ/FAQ-19.html#ss19.6
> http://home.iae.nl/users/devet/squid/proxy_auth/
>
> good luck:
> air
>
Received on Mon Dec 30 2002 - 07:09:11 MST

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