[squid-users] HELP! Squid + pam_auth doesn't work!

From: open wahle <openwhale@dont-contact.us>
Date: Fri, 31 May 2002 01:49:23 -0700 (PDT)

Hi there,

I have questions about authentication via Squid and
pam_auth module on Linux.

I am using RedHat Linux 7.2, Squid 2.4 STABLE1. Here
is what i have done for it.

(1)Set SUID root to the file pam_auth

#chmod u+s /usr/local/bin/pam_auth

(2)Create a file named Squid in /etc/pam.d with the
following contents

auth required /lib/security/pam_unix.so
account required /lib/security/pam_unix.so

(3)Modify /etc/squid/squid.conf

acl password proxy_auth REQUIRED
acl mynet src 192.168.6.0/255.255.255.0
http_access deny !mynet
http_access allow password
http_access deny all

Everything seems correct and reasonable, but it
DOESN'T work. I CANNOT pass through the
authentication, it always fails! I am crazy now, I can
not figure out what's wrong with it.

Who can help me on this problem? Any word will be
appreciated.

Thanks in advance!

Regards,

Whale

__________________________________________________
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com
Received on Fri May 31 2002 - 02:49:24 MDT

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