Re: [squid-users] ntlm authentication

From: Jack <sa_jill@dont-contact.us>
Date: Wed, 29 May 2002 09:37:17 +0530

Hello

I think he is asking how to work with WINNT domain controller

oops i has no idea on WINNT server.

-Jack
  ----- Original Message -----
  From: Marcin - ONET
  To: squid-users@squid-cache.org
  Cc: nicob@nicob.net
  Sent: Tuesday, May 28, 2002 7:24 PM
  Subject: [squid-users] ntlm authentication

  I have only one "easy for you" question.
  I configure squid like this:
  /configure --prefix=/usr \
              --exec-prefix=/usr \
              --bindir=/usr/bin \
              --sbindir=/usr/sbin \
              --libexecdir=/usr/lib/squid \
              --sysconfdir=/etc \
              --localstatedir=/var/spool/squid \
              --enable-delay-pools \
              --enable-auth=ntlm,basic \
              --enable-useragent-log \

  In /etc/squid.conf

  http_port 8080
  cache_dir ufs /var/spool/squid/10 10 10
  cache_access_log /var/log/squid/access.log
  cache_log /var/log/squid/cache.log
  cache_store_log /var/log/squid/store.log
  pid_filename /var/run/squid.pid

  auth_param ntlm program /home/squid/ntlm_auth -d domain/pdc domain/bdc
  auth_param ntlm children 5
  auth_param ntlm max_challenge_reuses 0
  auth_param ntlm max_challenge_lifetime 2 minutes

  acl net src x.x.x.x/x.x.x.x
  acl pass proxy_auth REQUIRED
  http_access allow net pass

  create directories

  mkdir /var/spool/squid
  chmod 777 /var/spool/squid
  mkdir /var/log/squid
  chmod 777 /var/log/squid

  run squid
  cd /usr/bin
  ./squid -z
  ./squid

  it is a complete step-by-step description for all users who want to use ntlm auth. it's working very good, but my question is:
  in this case all domain users have access to www, but how can I make it only for a domain group i.e. www_users or a list of usernames listed in file.
  pls help
  Marcin
   


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com

Received on Tue May 28 2002 - 22:03:30 MDT

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