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 - 01:44:55 MST
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:12:15 MST