]
Tomaz Cerar reassigned WFLY-4665:
---------------------------------
Assignee: Darran Lofthouse (was: Tomaz Cerar)
add-user scripts fails to create new user when -sc and -dc are used
-------------------------------------------------------------------
Key: WFLY-4665
URL:
https://issues.jboss.org/browse/WFLY-4665
Project: WildFly
Issue Type: Bug
Components: Scripts
Affects Versions: 10.0.0.Alpha1
Reporter: Marek Kopecký
Assignee: Darran Lofthouse
Description of problem:
add-user scripts fails to create new user when -sc and -dc are used.
How reproducible:
always
Steps to Reproduce:
1. EAP_HOME=`pwd`
2. mkdir -p output/standalone/configuration
mkdir -p output/domain/configuration
touch output/standalone/configuration/mgmt-users.properties
touch output/standalone/configuration/application-roles.properties
touch output/standalone/configuration/application-users.properties
touch output/domain/configuration/mgmt-users.properties
touch output/domain/configuration/application-roles.properties
touch output/domain/configuration/application-users.properties
3. cd bin
4. ./add-user.sh --silent -u eeee -p A1@bbb56 -r NewRealm -g user -dc
$EAP_HOME/output/domain/configuration -sc $EAP_HOME/output/standalone/configuration
Actual results:
* Error *
WFLYDM0106: File permissions problems found while attempting to update
/home/mkopecky/playground/eap/7.0.0.DR2/jboss-eap-7.0/output/domain/configuration/mgmt-groups.properties
file.
Expected results:
No errors on output (like EAP 6).