On Mon, 3 Nov 2003, Ilya wrote: > if i want to use %LOGIN in externa acl FORMAT is it necessary > to add some auth scheme in squid.conf?
Yes. > or squid by default get login from http request (basic > authentication), if it presents? There is no basic authentication unless you have configured this using the auth_param directive. If auth_param is not configured Squid won't know a) That you want to use basic authentication method b) How to verify the password given by the user Regards Henrik
