by adrien » Oct 20 10 2:48 pm
Hi Rick
is this just for web access?
if you effectively want different access schedules for different groups of users, you'd need to modify policy structure. Basically the way I'd do it is add a user/group check to test if it's Guest (authenticated users) or not. If it's not authenticated user, then check a schedule item where you enter the schedule that unauthenticated users are allowed to use. If it's outside that schedule, you'd deny the request. Otherwise if it's an authed user or within the allowed schedule for guests, you continue through the policy.
Adrien