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
Received on Fri Aug 27 2004 - 01:30:19 MDT
This archive was generated by hypermail pre-2.1.9 : Wed Sep 01 2004 - 12:00:02 MDT