Bug 1089243 - Invalid role-mapping type in CLI script
Summary: Invalid role-mapping type in CLI script
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: Documentation
Version: 6.3.0
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: post-GA
: EAP 6.3.0
Assignee: Russell Dickenson
QA Contact: Hynek Mlnarik
URL:
Whiteboard:
Depends On:
Blocks: 1013506
TreeView+ depends on / blocked
 
Reported: 2014-04-18 10:45 UTC by Hynek Mlnarik
Modified: 2015-09-01 03:34 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Build Name: 22508, Administration and Configuration Guide-6.3-1 Build Date: 11-04-2014 10:15:39 Topic ID: 23744-592525 [Latest]
Last Closed: 2014-11-23 23:16:26 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Hynek Mlnarik 2014-04-18 10:45:27 UTC
Title: Configure Group Role Assignment with jboss-cli.sh

Describe the issue:
Procedure 10.26 refers to type USER, should be GROUP

Suggestions for improvement:

Replace:

 ./role-mapping=AUDITOR/exclude=group-supervisors:add(name=supervisors, type=USER)

with:

 ./role-mapping=AUDITOR/exclude=group-supervisors:add(name=supervisors, type=GROUP)

Comment 1 Zbyněk Roubalík 2014-05-02 12:45:11 UTC
Same issue in Security Guide: 
Procedure 11.19. Add a group as excluded in a role

Comment 2 Russell Dickenson 2014-08-07 03:47:03 UTC
Docs Notes
==========

Configure Group Role Assignment with jboss-cli.sh [23744, revision 691218]

I corrected "USER" to "GROUP" as per this ticket's description. This topic is shared by the A&C Guide and Security Guide, so the amended text will appear in both guides when they are next built.

QE Notes
========
I corrected "USER" to "GROUP" as per this ticket's description. This text is shared by the A&C Guide and Security Guide, so the amended text will appear in both guides when they are next built. When the amended builds are available on the docs-devel site I will move this ticket to ON_QA.

Comment 3 Russell Dickenson 2014-08-20 00:58:30 UTC
The amended text (as per comment 2) is available for verification as follows:

Administration and Configuration Guide (revision 6.3.0-42 or higher) - Procedure 11.9.9.6. Configure Group Role Assignment with jboss-cli.sh [1]

Security Guide (revision 6.3.0-44 or higher) - Procedure 6.19. Add a group as excluded in a role [2]


[1] http://documentation-devel.engineering.redhat.com/site/documentation/en-US/JBoss_Enterprise_Application_Platform/6.3/html-single/Administration_and_Configuration_Guide/index.html#sect-Managing_Roles
[2] http://documentation-devel.engineering.redhat.com/site/documentation/en-US/JBoss_Enterprise_Application_Platform/6.3/html-single/Security_Guide/index.html#Configure_Group_Role_Assignment_with_jboss-cli.sh

Comment 4 Hynek Mlnarik 2014-09-22 09:33:07 UTC
Verified in:
* A&C Guide Revision 6.3.0-45
* Security Guide Revision 6.3.0-45


Note You need to log in before you can comment on or make changes to this bug.