[jboss-jira] [JBoss JIRA] (AS7-2036) CLI usability: jboss-admin needs to be able to authenticate users (using -u -p)
SBS JIRA Integration (JIRA)
jira-events at lists.jboss.org
Fri Jul 20 04:53:07 EDT 2012
[ https://issues.jboss.org/browse/AS7-2036?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
SBS JIRA Integration updated AS7-2036:
--------------------------------------
Git Pull Request: https://github.com/jbossas/jboss-as/pull/416 (was: https://github.com/jbossas/jboss-as/pull/416)
Forum Reference: https://community.jboss.org/message/749171#749171, http://community.jboss.org/message/630533#630533 (was: http://community.jboss.org/message/630533#630533)
> CLI usability: jboss-admin needs to be able to authenticate users (using -u -p)
> -------------------------------------------------------------------------------
>
> Key: AS7-2036
> URL: https://issues.jboss.org/browse/AS7-2036
> Project: Application Server 7
> Issue Type: Feature Request
> Components: CLI, Scripts
> Affects Versions: 7.0.0.Final, 7.0.1.Final, 7.0.2.Final
> Reporter: Radoslav Husar
> Assignee: Darran Lofthouse
> Fix For: 7.1.0.Beta1
>
>
> Only authenticated users can connect to the management interface (it's configured in the standalone.xml with security-realm="PropertiesMgmtSecurityRealm" in management-interface). This means, if you execute the above command it fails, because of missing authentication. In JBoss 6 that was possible with the arguments -u (user) and -p (password)
> For instance if you want to run a script it says:
> {code}
> [rhusar at rhusar jboss-as-7.0.2.Final]$ bin/jboss-admin.sh -c --file=test.cli
> Authenticating against security realm: localhost.localdomain
> The controller is not available at localhost:9999
> You are disconnected at the moment. Type 'connect' to connect to the server or 'help' for the list of supported commands.
> [rhusar at rhusar jboss-as-7.0.2.Final]$
> {code}
--
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