From 94da12c862a7d2e6b0d941c030c5aefeba9a933c Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Tue, 29 Jul 2014 05:38:47 -0700 Subject: [PATCH] Deprecate tag ACL type in favour of note --- src/cf.data.pre | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/cf.data.pre b/src/cf.data.pre index 3915bbec47..54fd5b8a98 100644 --- a/src/cf.data.pre +++ b/src/cf.data.pre @@ -975,7 +975,9 @@ DOC_START # use REQUIRED to accept any non-null user name. acl aclname tag tagvalue ... - # string match on tag returned by external acl helper [slow] + # string match on tag returned by external acl helper [fast] + # DEPRECATED. Only the first tag will match with this ACL. + # Use the 'note' ACL instead for handling multiple tag values. acl aclname hier_code codename ... # string match against squid hierarchy code(s); [fast] -- 2.47.3