Kevin,
Not sure I follow you? Which user?
mysql> select * from Principals where id = 14220;
+-------+---------------+----------+----------+
| id | PrincipalType | ObjectId | Disabled |
+-------+---------------+----------+----------+
| 14220 | Group | 14220 | 0 |
+-------+---------------+----------+----------+
mysql> select * from Groups where id = 14220;
+-------+------+-------------+-----------------+-----------+----------+
| id | Name | Description | Domain | Type | Instance |
+-------+------+-------------+-----------------+-----------+----------+
| 14220 | NULL | NULL | RT::Ticket-Role | Requestor | 2869 |
+-------+------+-------------+-----------------+-----------+----------+
--------------------------------------------------
From: "Kevin Falcone" <[email protected]>
Sent: Friday, March 11, 2011 6:10 AM
To: <[email protected]>
Subject: Re: [rt-users] Problem removing group members from groups.
Have the user remove their delegated rights before trying again? Also,
don't use
delegation.
-kevin