Re: [GENERAL] Grant group revoke user isue

2006-11-26 Thread Jim Nasby
On Nov 22, 2006, at 12:19 PM, Wim Bertels wrote: version 7.4.7 i first grant a group some privileges, then i take those privileges away from a user in this group, somehow this doens't work (no errors, but the rights aren't revoked) eg: GRANT ALL ON TABLE test TO GROUP groep; --the user jimmy i

[GENERAL] Grant group revoke user isue

2006-11-22 Thread Wim Bertels
Hallo, version 7.4.7 i first grant a group some privileges, then i take those privileges away from a user in this group, somehow this doens't work (no errors, but the rights aren't revoked) eg: GRANT ALL ON TABLE test TO GROUP groep; --the user jimmy is part of groep; REVOKE ALL ON TABLE test