Hi dear “squid users “

i have a question in mind on how can i limit connections for a user that is 
connected using AUTH_NTLM method 
i already added the directives below :

as example  , user will connect to squid and have only 50 max connections .



my config are below :

##########################################
acl vvv maxconn 100

http_access deny vvv all

auth_param basic program /lib/squid/basic_ncsa_auth /etc/squid/squid_user
acl ncsa_users proxy_auth REQUIRED
http_access allow ncsa_users
#################################

im not sure how can i limit the connections per user connection not per ip 




hope to help 

I’m using squid 3.5.2


kind regards
_______________________________________________
squid-users mailing list
squid-users@lists.squid-cache.org
http://lists.squid-cache.org/listinfo/squid-users

Reply via email to