Mark Elsen wrote:
On 1/30/06, jemc@xxxxxxxxxxxx <jemc@xxxxxxxxxxxx> wrote:
Hi,
Please help:
I have a squid.conf file that I will include.
squid -k parse
returns nothing and I think that is good.
I configure firefox to use my gateway proxy on port 3128
When I choose a web page, the "Prompt" pops up requesting a "User Name"
& "Password"
....
Check whether the configuration
(see section CONFIGURATION) requirements explained in :
http://www.die.net/doc/linux/man/man8/pam_auth.8.html
are met , for your SQUID + Pam Auth. setup.
M.
I am having a difficult time with this.
I have a
/etc/pam.d/squid
file:
[root@r2d2 pam.d]# cat squid
#%PAM-1.0
auth required /lib/security/pam_stack.so service=system-auth
auth required /lib/security/pam_nologin.so
account required /lib/security/pam_stack.so service=system-auth
password required /lib/security/pam_stack.so service=system-auth
session required /lib/security/pam_stack.so service=system-auth
session required /lib/security/pam_limits.so
[root@r2d2 pam.d]#
I installed an rpm file for squid:
squid-2.5.STABLE9-1.i686.rpm
I don't have a man page for squid or pam_auth or squid_pam_auth.
You gave me a link to the pam_auth man page, but honestly I don't know
what to do with it.
Thanks,
Joe