]
Darran Lofthouse resolved WFLY-3782.
------------------------------------
Fix Version/s: 9.0.0.Beta1
(was: Awaiting Volunteers)
Resolution: Incomplete Description
add-user.sh actually does not honor JBOSS_BASE_DIR
--------------------------------------------------
Key: WFLY-3782
URL:
https://issues.jboss.org/browse/WFLY-3782
Project: WildFly
Issue Type: Feature Request
Components: Scripts
Affects Versions: 8.1.0.Final
Environment: linux
Reporter: David Tonhofer
Assignee: Darran Lofthouse
Fix For: 9.0.0.Beta1
add-user.sh does not check whether the JBOSS_BASE_DIR points to another directory that
the one which can be deduced from JBOSS_HOME assuming the default installation. This may
not be what one wants, as one actually wants to update files:
JBOSS_BASE_DIR/configuration/mgmt-users.properties'
JBOSS_BASE_DIR/configuration/mgmt-users.properties'
instead of
JBOSS_HOME/standalone/configuration/mgmt-users.properties'
JBOSS_HOME/standalone/configuration/mgmt-users.properties'