On Fri, 2006-08-25 at 11:47 -0400, Jesse Vincent wrote: > > > On Fri, Aug 25, 2006 at 01:56:59PM +0200, Theo Kramer wrote: > > On Thu, 2006-08-24 at 11:56 -0400, Jesse Vincent wrote: > > > > > Send this to the list: > > > > > > SELECT * FROM ACL WHERE RightName = 'OwnTicket'; > > > > > Next up: > SELECT * from Groups where id = 11; > SELECT * from Groups where id = 3;
Attached. So here it seems that Everyone has 'OwnTicket' for id 3 but it is either not visible in the http interface or it eludes me... -- Regards Theo
mysql> SELECT * from Groups where id = 11; +----+---------+------------------------+----------------+-----------+----------+ | id | Name | Description | Domain | Type | Instance | +----+---------+------------------------+----------------+-----------+----------+ | 11 | User 10 | ACL equiv. for user 10 | ACLEquivalence | UserEquiv | 10 | +----+---------+------------------------+----------------+-----------+----------+ 1 row in set (0.00 sec) mysql> SELECT * from Groups where id = 3; +----+------+------------------------------+----------------+----------+----------+ | id | Name | Description | Domain | Type | Instance | +----+------+------------------------------+----------------+----------+----------+ | 3 | | Pseudogroup for internal use | SystemInternal | Everyone | 0 | +----+------+------------------------------+----------------+----------+----------+ 1 row in set (0.00 sec)
_______________________________________________ http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users Community help: http://wiki.bestpractical.com Commercial support: [EMAIL PROTECTED] Discover RT's hidden secrets with RT Essentials from O'Reilly Media. Buy a copy at http://rtbook.bestpractical.com
