Edward Gonzales created HHQ-5763:
-
Summary: Customer unable to create new Super User roles
Key: HHQ-5763
URL: https://jira.hyperic.com/browse/HHQ-5763
Project: Hyperic HQ
Issue Type: Bug
Components: Administration / Management
Reporter: Edward Gonzales
Assignee: Mayan Weiss
Currently there is no way to create a new Super User role even when logged in as HQ Admin.
A customer would want to create new Super User roles in order to make use of the LDAP group matching feature.
Current workaround would be to create a role with full control then use the following SQL to make that role a Super User Role
INSERT INTO EAM_ROLE_RESOURCE_GROUP_MAP VALUES (10002, 0);
Replace the 10002 with the ID of the role from the EAM_ROLE table.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.hyperic.com/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira