> > > 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. > - You find the man page for pam_auth in the (unpacked) SQUID distributions in : .../helpers/basic_auth/PAM/pam_auth.8 What to do with it : check and follow the configuration guides thoroughly. M.