]> git.ipfire.org Git - thirdparty/squid.git/commit
Bugzilla #172: Ident Based ACLs fail when applied to cache_peer_access
authorwessels <>
Tue, 26 Jun 2001 23:17:53 +0000 (23:17 +0000)
committerwessels <>
Tue, 26 Jun 2001 23:17:53 +0000 (23:17 +0000)
commit94e7025ec449c725a36d543fc8ed8a2fc08cae8b
treea7497d179d51da854eb4c725636528a7c927dbcb
parent7981509ac6ba50a8bf8f6767d6a640c9dc92c575
Bugzilla #172: Ident Based ACLs fail when applied to cache_peer_access

The aclCheck_t structure passed for cache_peer_access didn't copy
the user_ident string from the request_t structure.  Further evidence
that the multiple locations for ident/proxyauth username strings needs
to be fixed and probably rewritten.
src/neighbors.cc