<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hi dear “squid users “<div class=""><br class=""></div><div class="">i have a question in mind on how can i limit connections for a user that is connected using AUTH_NTLM method </div><div class="">i already added the directives below :</div><div class=""><br class=""></div><div class="">as example  , user will connect to squid and have only 50 max connections .</div><div class=""><br class=""></div><div class=""><br class=""></div><div class=""><br class=""></div><div class="">my config are below :</div><div class=""><br class=""></div><div class="">##########################################</div><div class=""><p style="margin: 0px 0px 10px; line-height: normal; font-family: Courier;" class="">acl vvv maxconn 100</p><p style="margin: 0px 0px 10px; line-height: normal; font-family: Courier;" class="">http_access deny vvv all</p></div><div class=""><div style="margin: 0px; line-height: normal; font-family: Courier; color: rgb(4, 51, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">auth_param basic program /lib/squid/basic_ncsa_auth /etc/squid/squid_user</span></div><div style="margin: 0px; line-height: normal; font-family: Courier; color: rgb(4, 51, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">acl ncsa_users proxy_auth REQUIRED</span></div><div style="margin: 0px; line-height: normal; font-family: Courier; color: rgb(4, 51, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">http_access allow ncsa_users</span></div></div><div style="margin: 0px; line-height: normal; font-family: Courier; color: rgb(4, 51, 255);" class="">#################################</div><div style="margin: 0px; line-height: normal; font-family: Courier; color: rgb(4, 51, 255);" class=""><br class=""></div><div style="margin: 0px; line-height: normal; font-family: Courier; color: rgb(4, 51, 255);" class="">im not sure how can i limit the connections per user connection not per ip </div><div style="margin: 0px; line-height: normal; font-family: Courier; color: rgb(4, 51, 255);" class=""><br class=""></div><div style="margin: 0px; line-height: normal; font-family: Courier; color: rgb(4, 51, 255);" class=""><br class=""></div><div style="margin: 0px; line-height: normal; font-family: Courier; color: rgb(4, 51, 255);" class=""><br class=""></div><div style="margin: 0px; line-height: normal; font-family: Courier; color: rgb(4, 51, 255);" class=""><br class=""></div><div style="margin: 0px; line-height: normal; font-family: Courier; color: rgb(4, 51, 255);" class="">hope to help </div><div style="margin: 0px; line-height: normal; font-family: Courier; color: rgb(4, 51, 255);" class=""><br class=""></div><div style="margin: 0px; line-height: normal; font-family: Courier; color: rgb(4, 51, 255);" class="">I’m using squid 3.5.2</div><div style="margin: 0px; line-height: normal; font-family: Courier; color: rgb(4, 51, 255);" class=""><br class=""></div><div style="margin: 0px; line-height: normal; font-family: Courier; color: rgb(4, 51, 255);" class=""><br class=""></div><div style="margin: 0px; line-height: normal; font-family: Courier; color: rgb(4, 51, 255);" class="">kind regards</div></body></html>