I am trying to set up user authentication on my redhat 9.0 box using squid 
2.5.stable1-2
with the following:

auth_param basic program /usr/bin/ncsa_auth /usr/etc/passwd
acl password proxy_auth REQUIRED
http_access allow password

squid starts up, but does not utilize the added lines. When trying to stop squid
I get the following error:


[EMAIL PROTECTED] squid]# service squid start
Starting squid: ..                                         [  OK  ]
[EMAIL PROTECTED] squid]# service squid stop
Stopping squid: 2003/07/30 14:32:36| aclParseAclLine: IGNORING: Proxy Auth ACL ''
because no authentication schemes are fully configured.
2003/07/30 14:32:36| aclParseAclLine: IGNORING invalid ACL: acl password proxy_auth
REQUIRED
2003/07/30 14:32:36| squid.conf line 1746: http_access allow password
2003/07/30 14:32:36| aclParseAccessLine: ACL name 'password' not found.
2003/07/30 14:32:36| squid.conf line 1746: http_access allow password
2003/07/30 14:32:36| aclParseAccessLine: Access line contains no ACL's, skipping


Any idea how to fix this?

Reply via email to