From 9ad4dd4b72860d7a1a494f6fea4a39b7b4b8dfe7 Mon Sep 17 00:00:00 2001 From: hno <> Date: Wed, 3 Jul 2002 13:12:40 +0000 Subject: [PATCH] Minor cleanups of the external_acl_type documentation --- src/cf.data.pre | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/cf.data.pre b/src/cf.data.pre index 6895dbe543..d184a4ae52 100644 --- a/src/cf.data.pre +++ b/src/cf.data.pre @@ -1,6 +1,6 @@ # -# $Id: cf.data.pre,v 1.269 2002/07/03 06:56:15 hno Exp $ +# $Id: cf.data.pre,v 1.270 2002/07/03 07:12:40 hno Exp $ # # # SQUID Web Proxy Cache http://www.squid-cache.org/ @@ -1516,26 +1516,27 @@ DOC_START list separator. ; can be any non-alphanumeric character. - In addition, any string specified in the referencing acl will also be - included in the helper request line, after the specified formats - (see the acl directive) + In addition, any string specified in the referencing acl will + also be included in the helper request line, after the specified + formats (see the "acl external" directive) - The helper receives lines per the above FORMAT specification, and - returns OK or ERR indicating the validity of the request, and - optionally additional keywords with additional details. + The helper receives lines per the above format specification, + and returns lines starting with OK or ERR indicating the validity + of the request and optionally followed by additional keywords with + more details. General result syntax: OK/ERR keyword=value ... - Keywords: + Defined keywords: user= The users name (login) error= Error description (only defined for ERR results) Keyword values need to be enclosed in quotes if they may contain whitespace, or the whitespace escaped using \. Any quotes or \ - characters in the result must be \ escaped. + characters within the keyword value must be \ escaped. DOC_END COMMENT_START -- 2.47.3