[squid-users] [Fwd: Regarding Ldap+Squid]

From: Selvam E. <selvame@dont-contact.us>
Date: Mon, 23 May 2005 13:06:17 +0530 (IST)

---------------------------- Original Message ----------------------------
Subject: [Fwd: Regarding Ldap+Squid]
From: "Selvam E." <selvame@questresearch.com>
Date: Mon, May 23, 2005 12:33 pm
To: squid-users@squid-cache.org
--------------------------------------------------------------------------

---------------------------- Original Message ----------------------------
Subject: Regarding Ldap+Squid
From: "Selvam E." <selvame@questresearch.com>
Date: Mon, May 23, 2005 12:21 pm
To: squid-users@squid-cache.org
Cc: "Henrik Nordstrom" <hno@squid-cache.org>
--------------------------------------------------------------------------

Hi,

I am configure squid.conf with following setting for ldap authentication.

auth_param basic program /usr/lib/squid/squid_ldap_auth -b
"dc=quest,dc=com" -D 'cn=Manager,dc=quest,dc=com' -w z -h 192.168.1.1
#auth_param basic program /usr/lib/squid/ncsa_auth /etc/squid/password
auth_param basic children 5
auth_param basic realm Squid proxy-caching web server
auth_param basic credentialsttl 2 hours
auth_param basic casesensitive off

acl mynet proxy_auth REQUIRED
acl badDomains dstdomain "/etc/squid/baddomains"
acl badIPs dst "/etc/squid/badips"

http_access allow localhost
deny_info ERR_BAD_DOMAIN badDomains
deny_info ERR_BAD_DOMAIN badIPs
http_access deny badDomains
http_access deny badIPs
#http_access allow mynet
#http_access deny all
http_access allow all

but iam unable to get authentication from LDAP.

Please help me.

Regards,

Selvam E.
Linux Administrator,
First Advantage Quest Research
Mumbai
Malad (W)
India
Received on Mon May 23 2005 - 01:39:39 MDT

This archive was generated by hypermail pre-2.1.9 : Wed Jun 01 2005 - 12:00:03 MDT