On Mon, 14 Jun 2004, Aquileo Garc�a Blancas wrote: > auth_param basic program /usr/lib/squid/pam_auth > auth_param ntlm children 5 > auth_param basic realm Squid proxy-caching web server > auth_param basic credentialsttl 2 hours > > In this configuration in the client I type a correct user and password, but > in /etc/log/messages it say: > > Jun 13 14:48:25 myserver squid(pam_unix)[2661]: 6 more authentication > failures; logname= uid=23 euid=23 tty= ruser= rhost= user=usertest
Is the pam_auth helper installed correctly? (man pam_auth) > And other configuration with ncsa: > > auth_param basic program /usr/bin/ncsa_auth /usr/etc/passwd > auth_param ntlm children 5 Is this "/usr/etc/passwd" file in correct format for ncsa_auth? The format is the same as used by the old NCSA HTTPD, or by Apache when told to use crypt (not MD5) for hashing the passwords. Regards Henrik
