[Date Prev] [Date Index] [Date Next] [Thread Prev] [Thread Index] [Thread Next]

Re: console rw access control

Bryan Stansell bryan@conserver.com
Thu, 13 Nov 2003 15:14:34 -0800 (PST)


On Wed, Nov 12, 2003 at 06:59:36PM -0500, Matt Selsky wrote:
> So abc123 only gets access to "aleph" and everyone else gets access to
> all consoles.

hmmm.  yeah, that's a problem.  such a simple case, and i didn't think
about it.  gack.  i'm not sure what to tell you right now.  to get it to
work right, you'd have to list all your conserver users and build
groups.  ugly.  the second option is to wait a bit and let me fix it.  i
should be able to a a "not" feature.  so, you'd be able to use 'rw *;'
in the default items and then use 'rw !abc123;' in the specific console
(building an effective 'rw * !abc123;' option).  anyway, it shouldn't be
too bad to implement this, looks like, so i can send you patches when i
get them, if you like.

Bryan