<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;background-color:#FFFFFF;font-family:Calibri,Arial,Helvetica,sans-serif;">
<p>Hi!</p>
<p>I am trying to set up delay pools for AD authenticated users.</p>
<p>I run Squid 3.4.8 in a Debian 8 server.</p>
<p><br>
</p>
<p>I configured come delay pools, but they really don't have effect. What I want to do is to provide full bandwidth for some pages and create a delay for ALL the others. This is because I can't restrict internet surfing and I need a solution and control bandwidth
 usage.</p>
<p><br>
</p>
<p>(Squid is working without problems with AD, so I will omit some directives about authentication )<br>
</p>
<p><br>
</p>
<p>For example:<br>
</p>
<p><br>
</p>
<p>#****************************ACLs**************************#</p>
<p><span>acl AD_Standard external Grupos_AD Standard</span><br>
</p>
<p>acl redLocal src 90.0.0.0/22<br>
</p>
<p><br>
</p>
<p><br>
</p>
<p><span>#****************************Delay Pools**************************#</span></p>
<p><span>delay_pools 3<br>
</span></p>
<p><span></span><br>
</p>
<p>delay_class 1 4<br>
</p>
<p></p>
<div>delay_access 1 allow AD_Standard socialNets<br>
delay_access 1 deny all<br>
delay_parameters 1 32000/32000 8000/8000 600/64000 1000/10000<br>
<br>
delay_class 2 1<br>
<div>delay_parameters 2 -1/-1<br>
delay_access 2 allow redLocal redLocal<br>
delay_access 2 allow redLocal oficiales<br>
delay_access 2 allow redLocal diarios<br>
delay_access 2 allow redLocal bancos<br>
delay_access 2 allow redLocal tarjCred<br>
delay_access 2 allow redLocal inmueble<br>
delay_access 2 allow redLocal mails<br>
delay_access 2 allow redLocal externos<br>
delay_access 2 allow redLocal varias<br>
delay_access 2 allow redLocal servicios<br>
delay_access 2 deny all<br>
<br>
<div>delay_class 3 4<br>
delay_parameters 3 32000/32000 8000/8000 10000/64000 15000/50000<br>
delay_access 3 allow AD_Standard all<br>
delay_access 3 deny all<br>
<br>
#*******************************************************************************************#<br>
<br>
So, I am creating three delay_pools, the first one provides 10KB for each user (for the AD group Standard), no matters hoy many hosts are logged in; the second one provides full usage of the bandwidth for my local network to access those pages; the third delay
 provides up to 50KB for the ALL the websites, with exception of those defined in the delay 2. Is this correct?<br>
<br>
Thanks in advance.<br>
</div>
</div>
</div>
<p></p>
</div>
</body>
</html>