[
https://issues.jboss.org/browse/WFCORE-3087?page=com.atlassian.jira.plugi...
]
Farah Juma moved JBEAP-12275 to WFCORE-3087:
--------------------------------------------
Project: WildFly Core (was: JBoss Enterprise Application Platform)
Key: WFCORE-3087 (was: JBEAP-12275)
Workflow: GIT Pull Request workflow (was: CDW with loose statuses v1)
Component/s: Security
(was: Security)
Affects Version/s: (was: 7.1.0.DR7)
add-user.sh duplicates user records in
"mgmt-users.properties" file if special character is used in user name
-------------------------------------------------------------------------------------------------------------
Key: WFCORE-3087
URL:
https://issues.jboss.org/browse/WFCORE-3087
Project: WildFly Core
Issue Type: Bug
Components: Security
Reporter: Farah Juma
Assignee: Farah Juma
Priority: Minor
Labels: eap7.1.0-defer, legacy
*Description of problem:*
add-user.sh duplicates user records in "mgmt-users.properties" file if special
character is used in user name.
*How reproducible:*
Always
*Steps to Reproduce:*
# cd ${JBOSS_HOME}/bin
# ./add-user.sh -u "ádmin" -p Pes1234* -s
# ./add-user.sh -u "admín" -p Pes1234* -s
# ./add-user.sh -u "user1" -p Pes1234* -s
# ./add-user.sh -u "user2" -p Pes1234* -s
# cat ../standalone/configuration/mgmt-users.properties
*Actual results:*
{noformat}
...
ádmin=add08a6a96a2470830558e37e7cf5894
admín=6702e36900191d0a5438075e9298c950
ádmin=add08a6a96a2470830558e37e7cf5894
admín=6702e36900191d0a5438075e9298c950
ádmin=add08a6a96a2470830558e37e7cf5894
user1=f111b15c70bc1db3637e0b1dc6848b74
admín=6702e36900191d0a5438075e9298c950
user2=6671636ed99ff984187cd70a159df9af
ádmin=add08a6a96a2470830558e37e7cf5894
...
{noformat}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)