Where did you specify the username? Suppose i have two users , Tom and John and i want to have a 2-limit for Tom and a 1-limit for John.
Thanks ! On 04 Jul 2003 11:38:58 +1000 Robert Collins <[EMAIL PROTECTED]> wrote: > On Fri, 2003-07-04 at 03:11, Alejandro Javier Pomeraniec wrote: > > Hi ! > > > > Is it possible to use max_user_ip with differents values depending on the user > > that logs into the system? > > yes > something like > acl 10 max_user_ip 10 > acl 20 max_user_ip 20 > acl authed proxy_auth REQUIRED > http_access deny authed 20 > http_access deny !authed 10 > > Rob > -- > GPG key available at: <http://members.aardvark.net.au/lifeless/keys.txt>. >
