Description of problem:
add-user.sh scripts change layout of properties files:
- application-users.properties
- mgmt-users.properties
How reproducible:
Always
Steps to Reproduce:
- get fresh EAP
- ./add-user.sh -u admin2 -p Admin1** -s
- ./add-user.sh -a -u admin3 -p Admin1** -s
Actual results:
These comments are moved to the end of application-users.properties file:
# #$REALM_NAME=ApplicationRealm$ This line is used by the add-user utility to identify the realm name already used in this file. #
These comments are moved to the end of mgmt-users.properties file:
# #$REALM_NAME=ManagementRealm$ This line is used by the add-user utility to identify the realm name already used in this file. #
Expected results:
Comments have same order after execution of add-user.sh
CC: tomazcerar
- is cloned by
-
WFCORE-1458 add-user.sh scripts change layout of properties files
- Resolved
- relates to
-
JBEAP-3975 mgmt-users.properties files are different compared to zip bits when installed by installer
- Closed