On Fri, 27 Aug 2004, bimal pandit wrote:
acl your_pass proxy_auth REQUIRED acl limit_group proxy_auth a b c d e acl unlimit_group proxy_auth f g h i j acl time_limit time 16.00-20.00
http_access allow limit_group your_pass time_limit http_access allow unlimit_group your_pass
The your_pass acl is not needed and can be deleted from the above. There is not much point to say "If the user is logged in with one of these accounts _and he is logged in_ and the time is 16.00-20.00" when you can say "If the user is logged in with one of these accounts and the time is 16.00-20.00"
Regards Henrik
