[jboss-jira] [JBoss JIRA] (AS7-3950) Add role handling with --silent mode into AddPropertiesUser (add-user.sh)
Guillaume Grossetie (JIRA)
jira-events at lists.jboss.org
Thu May 10 08:57:19 EDT 2012
[ https://issues.jboss.org/browse/AS7-3950?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12691820#comment-12691820 ]
Guillaume Grossetie commented on AS7-3950:
------------------------------------------
With 7.1.1.Final :
{code}
$ ./add-user.sh test3 test test
Added user 'test3' to file '/Users/Bloemgracht/Documents/workspace/java/jboss-as-7.1.1.Final/standalone/configuration/mgmt-users.properties'
Added user 'test3' to file '/Users/Bloemgracht/Documents/workspace/java/jboss-as-7.1.1.Final/domain/configuration/mgmt-users.properties'
{code}
With the --silent option there's still ouput :
{code}
$ ./add-user.sh test4 test --silent
Added user 'test4' to file '/Users/Bloemgracht/Documents/workspace/java/jboss-as-7.1.1.Final/standalone/configuration/mgmt-users.properties'
Added user 'test4' to file '/Users/Bloemgracht/Documents/workspace/java/jboss-as-7.1.1.Final/domain/configuration/mgmt-users.properties'
{code}
Am I the only one with this behavior ? :'(
> Add role handling with --silent mode into AddPropertiesUser (add-user.sh)
> -------------------------------------------------------------------------
>
> Key: AS7-3950
> URL: https://issues.jboss.org/browse/AS7-3950
> Project: Application Server 7
> Issue Type: Feature Request
> Components: Domain Management
> Affects Versions: 7.1.0.Final
> Reporter: Tomohisa igarashi
> Fix For: Open To Community
>
>
> When I add a user using AddPropertiesUser with --silent, there is no way to handle the role of that user right now.
--
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