Bug 1029938

Summary: WFLY-2474 clone - Security subsystem does not handle acl's module properly, and is missing transformer
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Ondrej Lukas <olukas>
Component: Domain ManagementAssignee: Tomaz Cerar <tcerar>
Status: CLOSED CURRENTRELEASE QA Contact: Petr Kremensky <pkremens>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 6.2.0CC: brian.stansberry, emuckenh, jcacek, kkhan
Target Milestone: DR6   
Target Release: EAP 6.3.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-06-28 15:25:05 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Ondrej Lukas 2013-11-13 14:55:08 UTC
https://issues.jboss.org/browse/WFLY-2474

The parsed add is done for /subsystem=security/security-domain=other/acl=classic/acl-module=acl

However in the acl resource this is called login-module=acl.

WHen marshalling

	<acl>
	   <acl-module name="acl" code="AclThingy" flag="required" module="test">
                <module-option name="d" value="r"/>
	   </acl-module>
	</acl>

becomes

	<acl>
	   <login-module name="acl" code="AclThingy" flag="required" module="test">
                <module-option name="d" value="r"/>
	   </login-module>
	</acl>

Comment 1 Brian Stansberry 2013-11-13 15:05:06 UTC
What's the "and is missing transformer" bit in the title about?

Comment 5 Kabir Khan 2013-11-19 15:38:32 UTC
(In reply to Brian Stansberry from comment #1)
> What's the "and is missing transformer" bit in the title about?

The ACL stuff was not getting transformed at all

Comment 6 JBoss JIRA Server 2013-12-16 19:40:52 UTC
Kabir Khan <kabir.khan> updated the status of jira WFLY-2474 to Resolved

Comment 9 Ondrej Lukas 2014-03-28 08:56:19 UTC
Verified on EAP 6.3.0.DR6