From 4e022adfca1a628f2d15c0ab413168e422891bc2 Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Sun, 8 Dec 2013 18:11:47 -0700 Subject: [PATCH] Release notes: spotlight key_extras feature --- doc/release-notes/release-3.5.sgml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/doc/release-notes/release-3.5.sgml b/doc/release-notes/release-3.5.sgml index d1837d4660..f8dbc8fde3 100644 --- a/doc/release-notes/release-3.5.sgml +++ b/doc/release-notes/release-3.5.sgml @@ -39,6 +39,7 @@ The 3.5 change history can be . + +

The new key_extras parameter allows sending of additional + details to the authentication helper beyond the minimum required for + the HTTP authentication. This is primarily intended to allow switching + of authentication databases based on criteria such as client IP subnet, + Squid receiving port, or in reverse-proxy the requested domain name. + +

In theory any logformat code may be used, however only the + codes which have available details at the time of authentication + will send any meaningful detail. + + Changes to squid.conf since Squid-3.4

There have been changes to Squid's configuration file since Squid-3.4. -- 2.47.3