[jboss-jira] [JBoss JIRA] (AS7-3885) add-user.sh doesn't add role correctly for new application user

Stian Thorgersen (JIRA) jira-events at lists.jboss.org
Thu Feb 23 07:30:36 EST 2012


Stian Thorgersen created AS7-3885:
-------------------------------------

             Summary: add-user.sh doesn't add role correctly for new application user
                 Key: AS7-3885
                 URL: https://issues.jboss.org/browse/AS7-3885
             Project: Application Server 7
          Issue Type: Bug
            Reporter: Stian Thorgersen


When adding an application user with the add-user.sh script the role(s) are not added correctly as they are added to the end of an existing (commented out line).

For example after adding user admin with roles admin standalone/configuration/application-roles.properties contains:

{code}
...
#guest=guestadmin=admin
{code}

which results in the role not being available, this should obviously have been added to a new line like so:

{code}
...
#guest=guest
admin=admin
{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