Skip to content

Commit ca5810e

Browse files
committed
2026-03-27
1 parent 913c142 commit ca5810e

11 files changed

Lines changed: 408 additions & 20 deletions

File tree

squid-users/2026-March.txt

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3778,3 +3778,49 @@ Kind regards,
37783778
An HTML attachment was scrubbed...
37793779
URL: <http://lists.squid-cache.org/pipermail/squid-users/attachments/20260326/9a0eae5d/attachment.htm>
37803780

3781+
From rafael.akchurin at diladele.com Fri Mar 27 11:47:45 2026
3782+
From: rafael.akchurin at diladele.com (Rafael Akchurin)
3783+
Date: Fri, 27 Mar 2026 11:47:45 +0000
3784+
Subject: [squid-users] Ubuntu 24.04 LTS repository for Squid 7.5 (rebuilt
3785+
from sources in Debian)
3786+
Message-ID: <GVXPR04MB99274F04A0667C872955653F8F57A@GVXPR04MB9927.eurprd04.prod.outlook.com>
3787+
3788+
Good morning everyone,
3789+
3790+
Online repository with latest Squid 7.5 (rebuilt from sources in Debian) for Ubuntu 24.04 LTS 64-bit is available at https://github.com/diladele/repo-squid-7_5_1-ubuntu-24_04
3791+
Github repo https://github.com/diladele/squid-ubuntu contains all scripts we used to make this compilation.
3792+
3793+
Here are simple instructions how to use the repo.
3794+
3795+
# get diladele apt key, dearmor it and add to trusted storage
3796+
curl https://packages.diladele.com/diladele_pub.asc | gpg --dearmor >/etc/apt/trusted.gpg.d/diladele_pub.asc.gpg
3797+
3798+
# add new repo
3799+
echo "deb https://diladele.github.io/repo-squid-7_5_1-ubuntu-24_04/repo/ubuntu/ noble main" \
3800+
>/etc/apt/sources.list.d/squid-7_5_1.diladele.github.io.list
3801+
3802+
# and install
3803+
apt update && apt install -y squid-openssl
3804+
3805+
# create the override folder for squid
3806+
mkdir -p /etc/systemd/system/squid.service.d/
3807+
3808+
# and override the default number of file descriptors
3809+
cat >/etc/systemd/system/squid.service.d/override.conf << EOL
3810+
[Service]
3811+
LimitNOFILE=65535
3812+
EOL
3813+
3814+
# finally reload the systemd
3815+
systemctl daemon-reload
3816+
3817+
This version of Squid will be part of Web Safety 9.8 being released in spring/summer of 2026. If you have some spare time and are interested in Admin UI for Squid and ICAP web filtering, consider downloading a Web Safety appliance for VMware ESXi/vSphere , Microsoft Hyper-V, Proxmox or even deploy it directly on Microsoft Azure and Amazon AWS. The free license key for your experiments is available at the site. Downloads are at https://www.diladele.com/websafety/download.html
3818+
3819+
Hope you will find this useful.
3820+
3821+
Best regards,
3822+
Diladele Dev Team
3823+
-------------- next part --------------
3824+
An HTML attachment was scrubbed...
3825+
URL: <http://lists.squid-cache.org/pipermail/squid-users/attachments/20260327/b23ef285/attachment-0001.htm>
3826+

squid-users/2026-March/027866.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</style>
1414
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
1515
<LINK REL="Previous" HREF="027864.html">
16-
16+
<LINK REL="Next" HREF="027869.html">
1717
</HEAD>
1818
<BODY BGCOLOR="#ffffff">
1919
<H1>[squid-users] Policy with multiple ACL calls</H1>
@@ -25,7 +25,8 @@ <H1>[squid-users] Policy with multiple ACL calls</H1>
2525
<P><UL>
2626
<LI>Previous message (by thread): <A HREF="027864.html">[squid-users] Policy with multiple ACL calls
2727
</A></li>
28-
28+
<LI>Next message (by thread): <A HREF="027869.html">[squid-users] Ubuntu 24.04 LTS repository for Squid 7.5 (rebuilt from sources in Debian)
29+
</A></li>
2930
<LI> <B>Messages sorted by:</B>
3031
<a href="date.html#27866">[ date ]</a>
3132
<a href="thread.html#27866">[ thread ]</a>
@@ -87,13 +88,15 @@ <H1>[squid-users] Policy with multiple ACL calls</H1>
8788

8889

8990

91+
9092
<!--endarticle-->
9193
<HR>
9294
<P><UL>
9395
<!--threads-->
9496
<LI>Previous message (by thread): <A HREF="027864.html">[squid-users] Policy with multiple ACL calls
9597
</A></li>
96-
98+
<LI>Next message (by thread): <A HREF="027869.html">[squid-users] Ubuntu 24.04 LTS repository for Squid 7.5 (rebuilt from sources in Debian)
99+
</A></li>
97100
<LI> <B>Messages sorted by:</B>
98101
<a href="date.html#27866">[ date ]</a>
99102
<a href="thread.html#27866">[ thread ]</a>

squid-users/2026-March/027869.html

Lines changed: 96 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,96 @@
1+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2+
<HTML>
3+
<HEAD>
4+
<TITLE> [squid-users] Ubuntu 24.04 LTS repository for Squid 7.5 (rebuilt from sources in Debian)
5+
</TITLE>
6+
<LINK REL="Index" HREF="index.html" >
7+
<LINK REL="made" HREF="mailto:squid-users%40lists.squid-cache.org?Subject=Re%3A%20%5Bsquid-users%5D%20Ubuntu%2024.04%20LTS%20repository%20for%20Squid%207.5%20%28rebuilt%0A%20from%20sources%20in%20Debian%29&In-Reply-To=%3CGVXPR04MB99274F04A0667C872955653F8F57A%40GVXPR04MB9927.eurprd04.prod.outlook.com%3E">
8+
<META NAME="robots" CONTENT="index,nofollow">
9+
<style type="text/css">
10+
pre {
11+
white-space: pre-wrap; /* css-2.1, curent FF, Opera, Safari */
12+
}
13+
</style>
14+
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
15+
<LINK REL="Previous" HREF="027866.html">
16+
17+
</HEAD>
18+
<BODY BGCOLOR="#ffffff">
19+
<H1>[squid-users] Ubuntu 24.04 LTS repository for Squid 7.5 (rebuilt from sources in Debian)</H1>
20+
<B>Rafael Akchurin</B>
21+
<A HREF="mailto:squid-users%40lists.squid-cache.org?Subject=Re%3A%20%5Bsquid-users%5D%20Ubuntu%2024.04%20LTS%20repository%20for%20Squid%207.5%20%28rebuilt%0A%20from%20sources%20in%20Debian%29&In-Reply-To=%3CGVXPR04MB99274F04A0667C872955653F8F57A%40GVXPR04MB9927.eurprd04.prod.outlook.com%3E"
22+
TITLE="[squid-users] Ubuntu 24.04 LTS repository for Squid 7.5 (rebuilt from sources in Debian)">rafael.akchurin at diladele.com
23+
</A><BR>
24+
<I>Fri Mar 27 11:47:45 UTC 2026</I>
25+
<P><UL>
26+
<LI>Previous message (by thread): <A HREF="027866.html">[squid-users] Policy with multiple ACL calls
27+
</A></li>
28+
29+
<LI> <B>Messages sorted by:</B>
30+
<a href="date.html#27869">[ date ]</a>
31+
<a href="thread.html#27869">[ thread ]</a>
32+
<a href="subject.html#27869">[ subject ]</a>
33+
<a href="author.html#27869">[ author ]</a>
34+
</LI>
35+
</UL>
36+
<HR>
37+
<!--beginarticle-->
38+
<PRE>Good morning everyone,
39+
40+
Online repository with latest Squid 7.5 (rebuilt from sources in Debian) for Ubuntu 24.04 LTS 64-bit is available at <A HREF="https://github.com/diladele/repo-squid-7_5_1-ubuntu-24_04">https://github.com/diladele/repo-squid-7_5_1-ubuntu-24_04</A>
41+
Github repo <A HREF="https://github.com/diladele/squid-ubuntu">https://github.com/diladele/squid-ubuntu</A> contains all scripts we used to make this compilation.
42+
43+
Here are simple instructions how to use the repo.
44+
45+
# get diladele apt key, dearmor it and add to trusted storage
46+
curl <A HREF="https://packages.diladele.com/diladele_pub.asc">https://packages.diladele.com/diladele_pub.asc</A> | gpg --dearmor &gt;/etc/apt/trusted.gpg.d/diladele_pub.asc.gpg
47+
48+
# add new repo
49+
echo &quot;deb <A HREF="https://diladele.github.io/repo-squid-7_5_1-ubuntu-24_04/repo/ubuntu/">https://diladele.github.io/repo-squid-7_5_1-ubuntu-24_04/repo/ubuntu/</A> noble main&quot; \
50+
&gt;/etc/apt/sources.list.d/squid-7_5_1.diladele.github.io.list
51+
52+
# and install
53+
apt update &amp;&amp; apt install -y squid-openssl
54+
55+
# create the override folder for squid
56+
mkdir -p /etc/systemd/system/squid.service.d/
57+
58+
# and override the default number of file descriptors
59+
cat &gt;/etc/systemd/system/squid.service.d/override.conf &lt;&lt; EOL
60+
[Service]
61+
LimitNOFILE=65535
62+
EOL
63+
64+
# finally reload the systemd
65+
systemctl daemon-reload
66+
67+
This version of Squid will be part of Web Safety 9.8 being released in spring/summer of 2026. If you have some spare time and are interested in Admin UI for Squid and ICAP web filtering, consider downloading a Web Safety appliance for VMware ESXi/vSphere , Microsoft Hyper-V, Proxmox or even deploy it directly on Microsoft Azure and Amazon AWS. The free license key for your experiments is available at the site. Downloads are at <A HREF="https://www.diladele.com/websafety/download.html">https://www.diladele.com/websafety/download.html</A>
68+
69+
Hope you will find this useful.
70+
71+
Best regards,
72+
Diladele Dev Team
73+
-------------- next part --------------
74+
An HTML attachment was scrubbed...
75+
URL: &lt;<A HREF="http://lists.squid-cache.org/pipermail/squid-users/attachments/20260327/b23ef285/attachment-0001.htm">http://lists.squid-cache.org/pipermail/squid-users/attachments/20260327/b23ef285/attachment-0001.htm</A>&gt;
76+
</PRE>
77+
78+
<!--endarticle-->
79+
<HR>
80+
<P><UL>
81+
<!--threads-->
82+
<LI>Previous message (by thread): <A HREF="027866.html">[squid-users] Policy with multiple ACL calls
83+
</A></li>
84+
85+
<LI> <B>Messages sorted by:</B>
86+
<a href="date.html#27869">[ date ]</a>
87+
<a href="thread.html#27869">[ thread ]</a>
88+
<a href="subject.html#27869">[ subject ]</a>
89+
<a href="author.html#27869">[ author ]</a>
90+
</LI>
91+
</UL>
92+
93+
<hr>
94+
<a href="https://lists.squid-cache.org/listinfo/squid-users">More information about the squid-users
95+
mailing list</a><br>
96+
</body></html>

squid-users/2026-March/author.html

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,15 @@ <h1>March 2026 Archives by author</h1>
1919
</a></b></li>
2020
</ul>
2121
<p><b>Starting:</b> <i>Sun Mar 1 02:24:20 UTC 2026</i><br>
22-
<b>Ending:</b> <i>Thu Mar 26 13:51:26 UTC 2026</i><br>
23-
<b>Messages:</b> 45<p>
22+
<b>Ending:</b> <i>Fri Mar 27 11:47:45 UTC 2026</i><br>
23+
<b>Messages:</b> 46<p>
2424
<ul>
2525

26+
<LI><A HREF="027869.html">[squid-users] Ubuntu 24.04 LTS repository for Squid 7.5 (rebuilt from sources in Debian)
27+
</A><A NAME="27869">&nbsp;</A>
28+
<I>Rafael Akchurin
29+
</I>
30+
2631
<LI><A HREF="027850.html">[squid-users] ICAP Error while downloading some java script files like https://aproxy.ksgct.de/js/srp.js
2732
</A><A NAME="27850">&nbsp;</A>
2833
<I>Dieter Bloms
@@ -251,8 +256,8 @@ <h1>March 2026 Archives by author</h1>
251256
</ul>
252257
<p>
253258
<a name="end"><b>Last message date:</b></a>
254-
<i>Thu Mar 26 13:51:26 UTC 2026</i><br>
255-
<b>Archived on:</b> <i>Thu Mar 26 13:51:47 UTC 2026</i>
259+
<i>Fri Mar 27 11:47:45 UTC 2026</i><br>
260+
<b>Archived on:</b> <i>Fri Mar 27 11:47:52 UTC 2026</i>
256261
<p>
257262
<ul>
258263
<li> <b>Messages sorted by:</b>

squid-users/2026-March/date.html

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ <h1>March 2026 Archives by date</h1>
1919
</a></b></li>
2020
</ul>
2121
<p><b>Starting:</b> <i>Sun Mar 1 02:24:20 UTC 2026</i><br>
22-
<b>Ending:</b> <i>Thu Mar 26 13:51:26 UTC 2026</i><br>
23-
<b>Messages:</b> 45<p>
22+
<b>Ending:</b> <i>Fri Mar 27 11:47:45 UTC 2026</i><br>
23+
<b>Messages:</b> 46<p>
2424
<ul>
2525

2626
<LI><A HREF="027823.html">[squid-users] passing request body in GET requests
@@ -246,13 +246,18 @@ <h1>March 2026 Archives by date</h1>
246246
<LI><A HREF="027868.html">[squid-users] Using AD groups from negotiate_kerberos_auth in ssl-bumped connections.
247247
</A><A NAME="27868">&nbsp;</A>
248248
<I>Andrey K
249+
</I>
250+
251+
<LI><A HREF="027869.html">[squid-users] Ubuntu 24.04 LTS repository for Squid 7.5 (rebuilt from sources in Debian)
252+
</A><A NAME="27869">&nbsp;</A>
253+
<I>Rafael Akchurin
249254
</I>
250255

251256
</ul>
252257
<p>
253258
<a name="end"><b>Last message date:</b></a>
254-
<i>Thu Mar 26 13:51:26 UTC 2026</i><br>
255-
<b>Archived on:</b> <i>Thu Mar 26 13:51:47 UTC 2026</i>
259+
<i>Fri Mar 27 11:47:45 UTC 2026</i><br>
260+
<b>Archived on:</b> <i>Fri Mar 27 11:47:52 UTC 2026</i>
256261
<p>
257262
<ul>
258263
<li> <b>Messages sorted by:</b>

squid-users/2026-March/subject.html

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ <h1>March 2026 Archives by subject</h1>
1919
</a></b></li>
2020
</ul>
2121
<p><b>Starting:</b> <i>Sun Mar 1 02:24:20 UTC 2026</i><br>
22-
<b>Ending:</b> <i>Thu Mar 26 13:51:26 UTC 2026</i><br>
23-
<b>Messages:</b> 45<p>
22+
<b>Ending:</b> <i>Fri Mar 27 11:47:45 UTC 2026</i><br>
23+
<b>Messages:</b> 46<p>
2424
<ul>
2525

2626
<LI><A HREF="027834.html">[squid-users] Bug Report: proxy_auth -i case-insensitive matching broken in Squid 6.x
@@ -173,6 +173,11 @@ <h1>March 2026 Archives by subject</h1>
173173
<I>Amos Jeffries
174174
</I>
175175

176+
<LI><A HREF="027869.html">[squid-users] Ubuntu 24.04 LTS repository for Squid 7.5 (rebuilt from sources in Debian)
177+
</A><A NAME="27869">&nbsp;</A>
178+
<I>Rafael Akchurin
179+
</I>
180+
176181
<LI><A HREF="027824.html">[squid-users] Using AD groups from negotiate_kerberos_auth in ssl-bumped connections.
177182
</A><A NAME="27824">&nbsp;</A>
178183
<I>Andrey K
@@ -251,8 +256,8 @@ <h1>March 2026 Archives by subject</h1>
251256
</ul>
252257
<p>
253258
<a name="end"><b>Last message date:</b></a>
254-
<i>Thu Mar 26 13:51:26 UTC 2026</i><br>
255-
<b>Archived on:</b> <i>Thu Mar 26 13:51:47 UTC 2026</i>
259+
<i>Fri Mar 27 11:47:45 UTC 2026</i><br>
260+
<b>Archived on:</b> <i>Fri Mar 27 11:47:52 UTC 2026</i>
256261
<p>
257262
<ul>
258263
<li> <b>Messages sorted by:</b>

squid-users/2026-March/thread.html

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ <h1>March 2026 Archives by thread</h1>
1919
</a></b></li>
2020
</ul>
2121
<p><b>Starting:</b> <i>Sun Mar 1 02:24:20 UTC 2026</i><br>
22-
<b>Ending:</b> <i>Thu Mar 26 13:51:26 UTC 2026</i><br>
23-
<b>Messages:</b> 45<p>
22+
<b>Ending:</b> <i>Fri Mar 27 11:47:45 UTC 2026</i><br>
23+
<b>Messages:</b> 46<p>
2424
<ul>
2525

2626
<!--0 01772331860.27823- -->
@@ -331,11 +331,17 @@ <h1>March 2026 Archives by thread</h1>
331331
</UL>
332332
</UL>
333333
</UL>
334+
<!--0 01774612065.27869- -->
335+
<LI><A HREF="027869.html">[squid-users] Ubuntu 24.04 LTS repository for Squid 7.5 (rebuilt from sources in Debian)
336+
</A><A NAME="27869">&nbsp;</A>
337+
<I>Rafael Akchurin
338+
</I>
339+
334340
</ul>
335341
<p>
336342
<a name="end"><b>Last message date:</b></a>
337-
<i>Thu Mar 26 13:51:26 UTC 2026</i><br>
338-
<b>Archived on:</b> <i>Thu Mar 26 13:51:47 UTC 2026</i>
343+
<i>Fri Mar 27 11:47:45 UTC 2026</i><br>
344+
<b>Archived on:</b> <i>Fri Mar 27 11:47:52 UTC 2026</i>
339345
<p>
340346
<ul>
341347
<li> <b>Messages sorted by:</b>
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
<tt>
2+
&lt;div&nbsp;dir=&quot;ltr&quot;&gt;Hello,&nbsp;Amos,&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Thank&nbsp;you&nbsp;for&nbsp;clarifying.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;I&#39;ve&nbsp;opened&nbsp;a&nbsp;PR&nbsp;(&lt;a&nbsp;href=&quot;https://github.com/squid-cache/squid/pull/2395&quot;&gt;https://github.com/squid-cache/squid/pull/2395&lt;/a&gt;)&nbsp;for&nbsp;the&nbsp;&lt;font&nbsp;face=&quot;monospace&quot;&gt;negotiate_kerberos_auth&lt;/font&gt;&nbsp;helper&nbsp;to&nbsp;support&nbsp;custom&nbsp;annotation&nbsp;attributes&nbsp;for&nbsp;PAC&nbsp;groups.&nbsp;The&nbsp;output&nbsp;format&nbsp;has&nbsp;been&nbsp;changed&nbsp;to&nbsp;a&nbsp;single&nbsp;key&nbsp;with&nbsp;comma-separated&nbsp;values.&nbsp;This&nbsp;allows&nbsp;using&nbsp;attributes&nbsp;like&nbsp;&lt;font&nbsp;face=&quot;monospace&quot;&gt;clt_conn_tag&lt;/font&gt;&nbsp;to&nbsp;annotate&nbsp;connections.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Kind regards,&lt;/div&gt;&lt;div&gt; &nbsp; &nbsp;Ankor.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;/div&gt;&lt;br&gt;&lt;div&nbsp;class=&quot;gmail_quote&nbsp;gmail_quote_container&quot;&gt;&lt;div&nbsp;dir=&quot;ltr&quot;&nbsp;class=&quot;gmail_attr&quot;&gt;чт,&nbsp;26&nbsp;мар.&nbsp;2026 г.&nbsp;в&nbsp;01:03,&nbsp;Amos&nbsp;Jeffries&nbsp;&lt;&lt;a&nbsp;href=&quot;mailto:squid3@treenet.co.nz&quot;&gt;squid3@treenet.co.nz&lt;/a&gt;&gt;:&lt;br&gt;&lt;/div&gt;&lt;blockquote&nbsp;class=&quot;gmail_quote&quot;&nbsp;style=&quot;margin:0px&nbsp;0px&nbsp;0px&nbsp;0.8ex;border-left:1px&nbsp;solid&nbsp;rgb(204,204,204);padding-left:1ex&quot;&gt;On&nbsp;26/03/2026&nbsp;00:55,&nbsp;Andrey&nbsp;K&nbsp;wrote:&lt;br&gt;<br>
3+
&gt;&nbsp;&lt;br&gt;<br>
4+
&gt;&nbsp;Hello&nbsp;Alex&nbsp;and&nbsp;Amos,&lt;br&gt;<br>
5+
&gt;&nbsp;&lt;br&gt;<br>
6+
&gt;&nbsp;I&nbsp;ran&nbsp;some&nbsp;more&nbsp;tests&nbsp;and&nbsp;would&nbsp;like&nbsp;to&nbsp;share&nbsp;the&nbsp;results.&lt;br&gt;<br>
7+
&gt;&nbsp;&lt;br&gt;<br>
8+
&gt;&nbsp;It&nbsp;turned&nbsp;out&nbsp;that&nbsp;the&nbsp;following&nbsp;auth&nbsp;helper&nbsp;responses&nbsp;are&nbsp;equivalent:&lt;br&gt;<br>
9+
&gt; &nbsp; &nbsp;OK&nbsp;user=user1&nbsp;group=group1&nbsp;group=group2&lt;br&gt;<br>
10+
&gt; &nbsp; &nbsp;OK&nbsp;user=user1&nbsp;group=group1,group2&lt;br&gt;<br>
11+
&gt; &nbsp; &nbsp;OK&nbsp;user=user1&nbsp;group=&quot;group1,group2&quot;&lt;br&gt;<br>
12+
&gt;&nbsp;&lt;br&gt;<br>
13+
&lt;br&gt;<br>
14+
As&nbsp;Alex&nbsp;pointed&nbsp;out&nbsp;&quot;group&quot;&nbsp;key&nbsp;name&nbsp;has&nbsp;special&nbsp;handling&nbsp;that&nbsp;&lt;br&gt;<br>
15+
essentially&nbsp;converts&nbsp;the&nbsp;first&nbsp;line&nbsp;into&nbsp;the&nbsp;second.&lt;br&gt;<br>
16+
&lt;br&gt;<br>
17+
The&nbsp;difference&nbsp;of&nbsp;output&nbsp;is&nbsp;more&nbsp;important&nbsp;for&nbsp;the&nbsp;clt_conn_tag&nbsp;use&nbsp;&lt;br&gt;<br>
18+
where&nbsp;the&nbsp;first&nbsp;line&nbsp;would&nbsp;mark&nbsp;the&nbsp;connection&nbsp;with&nbsp;&lt;br&gt;<br>
19+
&quot;clt_conn_tag=group1&quot;,&nbsp;then&nbsp;immediately&nbsp;replace&nbsp;it&nbsp;with&nbsp;&lt;br&gt;<br>
20+
&quot;clt_conn_tag=group2&quot;.&lt;br&gt;<br>
21+
&lt;br&gt;<br>
22+
Double-quotes&nbsp;as&nbsp;used&nbsp;on&nbsp;the&nbsp;third&nbsp;line&nbsp;are&nbsp;supported&nbsp;to&nbsp;allow&nbsp;&lt;br&gt;<br>
23+
whitespace&nbsp;and&nbsp;\-escaped&nbsp;characters&nbsp;to&nbsp;exist&nbsp;within&nbsp;values.&nbsp;As&nbsp;used&nbsp;&lt;br&gt;<br>
24+
above&nbsp;line&nbsp;2&nbsp;and&nbsp;3&nbsp;are&nbsp;exactly&nbsp;the&nbsp;same&nbsp;-&nbsp;the&nbsp;annotation&nbsp;value&nbsp;is&nbsp;a&nbsp;&lt;br&gt;<br>
25+
comma-delimited&nbsp;list&nbsp;of&nbsp;group&nbsp;names.&lt;br&gt;<br>
26+
&lt;br&gt;<br>
27+
&lt;br&gt;<br>
28+
&gt;&nbsp;It&nbsp;also&nbsp;turned&nbsp;out&nbsp;that&nbsp;using&nbsp;the&nbsp;-m&nbsp;flag&nbsp;in&nbsp;the&nbsp;ACL&nbsp;note&nbsp;is&nbsp;&lt;br&gt;<br>
29+
&gt;&nbsp;unnecessary:&nbsp;the&nbsp;ACL&lt;br&gt;<br>
30+
&gt; &nbsp; &nbsp;acl&nbsp;has_group2&nbsp;note&nbsp;group&nbsp;group2&lt;br&gt;<br>
31+
&gt;&nbsp;matches&nbsp;each&nbsp;of&nbsp;the&nbsp;three&nbsp;above&nbsp;responses.&lt;br&gt;<br>
32+
&lt;br&gt;<br>
33+
Because&nbsp;all&nbsp;three&nbsp;cases&nbsp;add&nbsp;a&nbsp;note&nbsp;&quot;group=group2&quot;.&lt;br&gt;<br>
34+
&lt;br&gt;<br>
35+
Again&nbsp;the&nbsp;special&nbsp;case&nbsp;for&nbsp;&quot;group&quot; &nbsp;key&nbsp;name&nbsp;has&nbsp;changed&nbsp;line&nbsp;#1&nbsp;to&nbsp;mean&nbsp;&lt;br&gt;<br>
36+
the&nbsp;same&nbsp;as&nbsp;the&nbsp;others.&lt;br&gt;<br>
37+
&lt;br&gt;<br>
38+
&lt;br&gt;<br>
39+
&gt;&nbsp;However,&nbsp;the&nbsp;ACL&lt;br&gt;<br>
40+
&gt; &nbsp; &nbsp;acl&nbsp;has_2groups&nbsp;note&nbsp;group&nbsp;group1,group2&lt;br&gt;<br>
41+
&gt;&nbsp;did&nbsp;not&nbsp;match&nbsp;any&nbsp;of&nbsp;them.&lt;br&gt;<br>
42+
&lt;br&gt;<br>
43+
Nod.&nbsp;&#39;,&#39;&nbsp;is&nbsp;a&nbsp;delimiter&nbsp;for&nbsp;notes&nbsp;with&nbsp;a&nbsp;list&nbsp;of&nbsp;values.&lt;br&gt;<br>
44+
The&nbsp;ACL&nbsp;tests&nbsp;each&nbsp;value&nbsp;separately&nbsp;against&nbsp;the&nbsp;squid.conf&nbsp;value.&lt;br&gt;<br>
45+
&lt;br&gt;<br>
46+
&lt;br&gt;<br>
47+
Cheers&lt;br&gt;<br>
48+
Amos&lt;br&gt;<br>
49+
&lt;br&gt;<br>
50+
&lt;/blockquote&gt;&lt;/div&gt;<br>
51+
52+
</tt>

0 commit comments

Comments
 (0)