[rt-users] RT 3.6 performance problems

Theo Kramer theo at flame.co.za
Sat Aug 26 04:57:38 EDT 2006


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
-------------- next part --------------
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)


More information about the rt-users mailing list