I am using squid v. 2.5.STABLE3 with FreeBSD v 5.1 Attempting to use basic authentication with the lines:
auth_param basic program /usr/local/libexec/ncsa_auth /files/conf/proxy_access auth_param basic children 5 auth_param basic realm auth.myserver.com auth_param basic credentialsttl 2 hours My ACLs are setup as: acl password proxy_auth REQUIRED acl admin_port myport "/files/conf/authports.conf" http_access allow admin_port password So that any requests coming to the port in the authport.conf file will be authenticated. When squid loads, I get the error: 2003/09/14 17:39:37| aclParseAclLine: IGNORING: Proxy Auth ACL 'acl password proxy_auth REQUIRED ' because no authentication schemes are fully configured. 2003/09/14 17:39:37| aclParseAclLine: IGNORING invalid ACL: acl password proxy_auth REQUIRED 2003/09/14 17:39:37| squid.conf line 1110: http_access allow admin_port password 2003/09/14 17:39:37| aclParseAccessLine: ACL name 'password' not found. I have been unable to find much help in the documentation online. Any assistance that you can provide is GREATLY appreciated. Thanks, Brad [EMAIL PROTECTED]
