[squid-users] i am facing problem in authentication

From: sumit nagal <sumibhai@dont-contact.us>
Date: Sat, 31 Aug 2002 04:50:02 -0700 (PDT)

I am working on squid-2.5PRE10 ,i am having problem in
proxy authtication.
i am working on linux 7.2
i was using squid.conf file for authentication...it
was working fine.
---------------
proxy_auth_realm Squid caching web server
authenticate_program /usr/lib/squid/ncsa_auth
/etc/shadow
acl AllUsers proxy_auth REQUIRED
http_access allow Allusers
----------------
now i am using
--------------------
auth_param basic program
/usr/local/squid/libexec/ncsa_auth /etc/shadow
acl AllUsers proxy_auth REQUIRED
http_access allow AllUsers
--------------------
In this case it is giving this message.
2002/08/31 17:10:35| aclParseAclLine: IGNORING: Proxy
Auth ACL 'acl AllUsers proxy_auth REQUIRED ' because
no authentication schemes are fully configured.
2002/08/31 17:10:35| aclParseAclLine: IGNORING invalid
ACL: acl AllUsers proxy_auth REQUIRED
2002/08/31 17:10:35| squid.conf line 3: http_access
allow AllUsers
2002/08/31 17:10:35| aclParseAccessLine: ACL name
'AllUsers' not found.
2002/08/31 17:10:35| squid.conf line 3: http_access
allow AllUsers
2002/08/31 17:10:35| aclParseAccessLine: Access line
contains no ACL's, skipping
-----------------------
what modification i will do in my this conf file so
that it will be doing authentication....

__________________________________________________
Do You Yahoo!?
Yahoo! Finance - Get real-time stock quotes
http://finance.yahoo.com
Received on Sat Aug 31 2002 - 05:50:04 MDT

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