]> git.ipfire.org Git - thirdparty/squid.git/commit
Docs: Describe surprising side effects of auth_param basic (#1612)
authorAlex Rousskov <rousskov@measurement-factory.com>
Sun, 17 Dec 2023 02:03:22 +0000 (02:03 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Sun, 17 Dec 2023 09:45:39 +0000 (09:45 +0000)
commit09dbc447df41feacf8cfcb9f1ebcc716445fea65
treeeec713817bd76acceacad5eecd77559c62da62bd
parent912dc456f7c50301aea720f7a0be7ce0db1ebff8
Docs: Describe surprising side effects of auth_param basic (#1612)

    acl badGuys proxy_auth Bob
    http_access deny badGuys

Admins may be surprised that their proxy_auth ACLs do not match users
with logins identical to those listed as proxy_auth ACL values. For
example, a user logged in as "Bob" will no match the above ACL if Basic
authentication is used without an explicit "casesensitive on" setting.
In fact, the above ACL cannot match any user in that environment!
src/cf.data.pre