[jboss-jira] [JBoss JIRA] (WFCORE-3282) Duplicate record is written in property file when group name set to empty

Martin Stefanko (JIRA) issues at jboss.org
Tue Sep 12 07:59:00 EDT 2017


Martin Stefanko created WFCORE-3282:
---------------------------------------

             Summary: Duplicate record is written in property file when group name set to empty
                 Key: WFCORE-3282
                 URL: https://issues.jboss.org/browse/WFCORE-3282
             Project: WildFly Core
          Issue Type: Bug
          Components: Scripts
    Affects Versions: 3.0.2.CR1
            Reporter: Martin Stefanko
            Assignee: Martin Stefanko


Duplicate records are registered in mgmt-groups.properties and application-roles.properties if adding user with empty group name as follows.

1. Add user "testuser1" with empty group from add-user.sh.
$JBOSS_HOME/bin/add-user.sh -sc ./standalone/configuration -u testuser1 -p RedHat1! -g ""

2. After that, the following record is written in the group property file.
- mgmt-groups.properties (application-roles.properties)
testuser1=

3. Add user "testuser2" with empty group from add-user.sh.
$JBOSS_HOME/bin/add-user.sh -sc ./standalone/configuration -u testuser2 -p RedHat1! -g ""

4. After that, the user records that have empty group will be registered duplicately as below.
- mgmt-groups.properties (application-roles.properties)
testuser1=
testuser2=
testuser1=    # duplicate record




--
This message was sent by Atlassian JIRA
(v7.2.3#72005)


More information about the jboss-jira mailing list