[squid-users] auth_param in squid-2.5.STABLE3-5.3E

From: Aquileo García Blancas <aquileo@dont-contact.us>
Date: Mon, 14 Jun 2004 16:22:44 -0500

Hi

    I have squid-2.5.STABLE3-5.3E, and i trying to configure the auth_param
with pam or other program to validate users and passwords, some one have any
idea. If is possible could you send me an example.

Because, I'm trying as follow (with pam):

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

And other configuration with ncsa:

auth_param basic program /usr/bin/ncsa_auth /usr/etc/passwd
auth_param ntlm children 5
auth_param basic realm Squid proxy-caching web server
auth_param basic credentialsttl 2 hours

acl untrusted_users proxy_auth REQUIRED
acl trusted_users proxy_auth usertest
http_access allow trusted_users
http_access allow untrusted_users

And in the second configutaion in /etc/log/messages don't say any message.

Both configurations don't works, as you can see.

Thanks in advance by your help.

sincerly, Aquileo
Received on Mon Jun 14 2004 - 15:23:26 MDT

This archive was generated by hypermail pre-2.1.9 : Thu Jul 01 2004 - 12:00:02 MDT