Koozali.org: home of the SME Server

Squid, Pam and Ldap

Offline proby84

  • 4
  • +0/-0
Squid, Pam and Ldap
« on: February 25, 2009, 12:49:28 PM »
Currently i use smb_auth in squid to authenticate windows users with. It works great but every time a user opens a new internet explorer window it prompts again for there password. I read that somewere that pam will read your active directory server. What i want to be able to achieve is that squid can detect the logged in windows users and authenticate from that rather than having a log in prompt.

The is the code i currently have in my squid.conf which authenticates off my windows domain.

auth_param basic program /usr/lib/squid/smb_auth -W MYDOMAIN
acl domainusers proxy_auth required REQUIRED
http_access allow domainusers

Many Thanks






Offline David Harper

  • *
  • 653
  • +0/-0
  • Watch this space
    • Workgroup Technology Solutions
Re: Squid, Pam and Ldap
« Reply #1 on: February 25, 2009, 09:37:51 PM »
Welcome to the forums.

The Dansguardian contrib supports Ident, see http://wiki.contribs.org/Dansguardian#Using_Ident_login for details. If you don't want users to have to enter a password, Ident may be more appropriate.

Offline proby84

  • 4
  • +0/-0
Re: Squid, Pam and Ldap
« Reply #2 on: February 26, 2009, 10:58:52 AM »
great ill have a look