[jboss-jira] [JBoss JIRA] (AS7-2787) The add-user utility should relax the confirmation dialogues to support yes, y, no, n - incorrect entries should display suitable error and repeat the question.
Darran Lofthouse (Updated) (JIRA)
jira-events at lists.jboss.org
Fri Nov 25 07:44:40 EST 2011
[ https://issues.jboss.org/browse/AS7-2787?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Darran Lofthouse updated AS7-2787:
----------------------------------
Fix Version/s: 7.1.0.CR1
Git Pull Request: https://github.com/jbossas/jboss-as/pull/735 (was: https://github.com/jbossas/jboss-as/pull/735)
> The add-user utility should relax the confirmation dialogues to support yes, y, no, n - incorrect entries should display suitable error and repeat the question.
> ----------------------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: AS7-2787
> URL: https://issues.jboss.org/browse/AS7-2787
> Project: Application Server 7
> Issue Type: Feature Request
> Components: Security
> Reporter: Carlo de Wolf
> Assignee: Darran Lofthouse
> Priority: Trivial
> Fix For: 7.1.0.CR1
>
>
> Answering 'y' to add-user leads to a "redo from start" instead of a plain "syntax error".
> {noformat}
> [carlo at palantir bin]$ ./add-user.sh
> Enter details of new user to add.
> Realm (ManagementRealm) :
> Username : test
> Password :
> Re-enter Password :
> About to add user 'test' for realm 'ManagementRealm'
> Is this correct yes/no? y
> Enter details of new user to add.
> Realm (ManagementRealm) :
> Username : test
> Password :
> Re-enter Password :
> About to add user 'test' for realm 'ManagementRealm'
> Is this correct yes/no? yes
> Added user 'test' to file '/home/carlo/work/jboss-as/build/target/jboss-as-7.1.0.CR1-SNAPSHOT/standalone/configuration/mgmt-users.properties'
> Added user 'test' to file '/home/carlo/work/jboss-as/build/target/jboss-as-7.1.0.CR1-SNAPSHOT/domain/configuration/mgmt-users.properties'
> {noformat}
--
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