[jboss-jira] [JBoss JIRA] (AS7-6527) Broken compatibilty for adding security-domain trough CLI
Brian Stansberry (JIRA)
jira-events at lists.jboss.org
Thu Mar 7 12:04:42 EST 2013
[ https://issues.jboss.org/browse/AS7-6527?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Brian Stansberry updated AS7-6527:
----------------------------------
Fix Version/s: 8.0.0.Alpha1
(was: 7.3.0.Alpha1)
> Broken compatibilty for adding security-domain trough CLI
> ---------------------------------------------------------
>
> Key: AS7-6527
> URL: https://issues.jboss.org/browse/AS7-6527
> Project: Application Server 7
> Issue Type: Bug
> Components: Domain Management, Security
> Affects Versions: 7.2.0.Alpha1
> Reporter: Tomaz Cerar
> Assignee: Tomaz Cerar
> Priority: Critical
> Fix For: 8.0.0.Alpha1
>
>
> EAP 6.0.1 script launched on EAP 6.1.0.DR4:
> {noformat}
> [standalone at localhost:9999 /] /subsystem=security/security-domain=JBossTestDomain/authentication=classic:add(login-modules=[{"code"=>"UsersRoles", "flag"=>"required", "module-options"=>[("usersProperties"=>"/home/jcacek/Testing/users.properties"), ("rolesProperties"=>"/home/jcacek/Testing/roles.properties")]}]) {allow-resource-service-restart=true}
> Operation 'add' does not expect any property.
> {noformat}
> EAP 6.1.0.DR4 script launched on EAP 6.0.1:
> {noformat}
> [standalone at localhost:9999 /] /subsystem=security/security-domain=JBossTestDomain/authentication=classic:add
> {
> "outcome" => "failed",
> "failure-description" => "JBAS014746: login-modules may not be null",
> "rolled-back" => true
> }
> {noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list