Re: Restrictions using Samba

From: Kendall Lister <kendall@dont-contact.us>
Date: Sat, 4 Mar 2000 09:53:46 +1100 (EST)

On Fri, 3 Mar 2000, Mark Atalla wrote:

> Thanks to everyone's help I have managed to get smb_auth going against
> an NT machine.
>
> I need to restrict some users by one set of time restrictions and
> allow other users different time restrictions. I can do this if I
> cross reference it by IP address as well but I really would like to do
> this by their username.

So, if you have authentication working, how about:

acl auth proxy_auth REQUIRED
acl first_time_slot [SA] [9:00-17:00]
acl second_time_slot [M-F] [9:00-19:00]

http_access allow first_time_slot auth
http_access allow second_time_slot auth
http_access deny all

At first glance, this seems to provide what you're looking for - I'd be
interested to know how it works out.

--
 Kendall Lister, Systems Operator for Charon I.S. - kendall@charon.net.au
  Charon Information Services - Friendly, Cheap Melbourne ISP: 9589 7781
Received on Sat Mar 04 2000 - 03:28:39 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:51:53 MST