Alice Chen created TRAFODION-755:
------------------------------------
Summary: LP Bug: 1392079 - Revoke role displays user id instead of
username in error text
Key: TRAFODION-755
URL: https://issues.apache.org/jira/browse/TRAFODION-755
Project: Apache Trafodion
Issue Type: Bug
Components: sql-security
Reporter: Paul Low
Assignee: Cliff Gray
When revoke role from public and revoke role from db__root fails, it displays
the user id rather than the username. See log below.
revoke role rolename2 from public;
*** ERROR[1018] Grant of role or privilege ROLENAME2 from USERNAME1 to -1 not
found, revoke request ignored.
revoke role rolename3 from db__root;
*** ERROR[1018] Grant of role or privilege ROLENAME3 from USERNAME1 to 33333
not found, revoke request ignored.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)