I have a strange problem . in a db i have a 3 users that i revoked the dbadm privilage from them.
After one or two days, when i checkd theirs privilage, i saw that they have dbadb privilage again .
the action i made :
1. db2 revoke dbadm on database from user xxx
2. db2 select DBADMAUTH form syscat.dbauth where GRANTEE='XXX'(return N)
3. After 1-2 days ,the same select returm Y.
I revoked the privilage more few times and allways after some days the users have the privilage again .
I wonder what could happend in db ?
Is somebody re- granted those users ? How can i chack it ?
In db2diag (diaglevel 4) I don't see ane grant order.
Tks,
Eli