[jboss-jira] [JBoss JIRA] (AS7-2432) CLI does not allow a new security-realm to be defined within the management section of a host
Darran Lofthouse (JIRA)
jira-events at lists.jboss.org
Tue Mar 6 06:27:38 EST 2012
[ https://issues.jboss.org/browse/AS7-2432?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Darran Lofthouse resolved AS7-2432.
-----------------------------------
Resolution: Cannot Reproduce Bug
I have just verified that I can sequentially execute the following two command in the CLI against a host controller to add a new security realm: -
/host=master/core-service=management/security-realm=MyDomainRealm:add()
/host=master/core-service=management/security-realm=MyDomainRealm/authentication=properties:add(path=myfile.properties)
The end result is that I now have the following realm defined: -
<security-realm name="MyDomainRealm">
<authentication>
<properties path="myfile.properties"/>
</authentication>
</security-realm>
I suspect this issue was a transient issue whilst some of the management aspects regarding domain management security were re-worked.
> CLI does not allow a new security-realm to be defined within the management section of a host
> ---------------------------------------------------------------------------------------------
>
> Key: AS7-2432
> URL: https://issues.jboss.org/browse/AS7-2432
> Project: Application Server 7
> Issue Type: Bug
> Components: CLI
> Reporter: Rich Raposa
> Assignee: Darran Lofthouse
> Priority: Critical
> Fix For: 7.1.1.Final
>
>
> The CLI does not allow for attributes to be defined when adding a new security realm at the host=master/core-service=management level.
> To replicate, enter the following command in the CLI:
> /host=master/core-service=management/security-realm=MyDomainRealm:add()
> Within the add() operation I need to define an <authentication> section, but the CLI will not allow it. The message is:
> Operation 'add' does not expect any property.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list