> > On May 7, 2015, at 8:58 AM, Oleksandr Bodriagov (Polystar) > <[email protected]> wrote: > > Fortress almost perfectly suits our needs. Unfortunately I am quite busy > now, but we will see, maybe during the summer I could do something :)
Doesn’t have to be a large commitment in time but I understand. > > On May 7, 2015, at 8:58 AM, Oleksandr Bodriagov (Polystar) > <[email protected]> wrote: > > 1. Is there a way to limit the number of users who can be active in the > same role simultaneously? Letąs say we have Y users assigned to some role. > Is it possible to set a limit of X simultaneous users for this role such > that X < Y at any particular moment in time? Short answer is ‘no’. Expanding a bit… It is an interesting requirement and not contrary to the principles of RBAC. Would require managing state on the server for the counters. Certainly possible, comes with a performance and complexity penalty. Worth thinking about. Shawn [email protected]
