I wish to implement a speed limiter for users in the NT group SLowInternet. All other users have full speed connections. I do not notice any difference in speed of the Internet connection using my test SlowInternet account and a normal account in side by side comparisons in spite of what I thought would be a serious speed restriction.
The system uses the Windows version of squid and authenticates using ntlm authentication. I have enclosed part of my squid.conf file below. acl SlowAccount external NT_global_group SlowInternet # Lines snipped here delay_pools 2 delay_class 1 1 delay_class 2 1 delay_access 1 allow SlowAccount delay_access 1 deny all delay_access 2 allow all delay_parameters 1 200/300 delay_parameters 2 200000/250000 Regards Bob Trouchet
