Created on 03-14-2016 09:31 AM - edited 09-16-2022 03:08 AM
I created a group in linux called operator with testuser as a member and assigned the role dkmf to the operator group with >grant role dkmf to group operator. This works as below I copied the output from >show role grant operator;
t> show role grant group operator;
+-------+---------------+-------------+----------+--+
| role | grant_option | grant_time | grantor |
+-------+---------------+-------------+----------+--+
| dkmf | false | NULL | -- |
+-------+---------------+-------------+----------+--+
1 row selected (0.061 seconds)
But when I am logged in as testuser and and try >show current roles;
the dkmf role does not show, the ones that were set before.
What's missing?
Created 03-17-2016 06:36 AM
Created 03-17-2016 06:36 AM