]
Romain Pelisse closed WFCORE-711.
---------------------------------
Resolution: Won't Fix
add-user scripts fails to create new user when -sc and -dc are used
-------------------------------------------------------------------
Key: WFCORE-711
URL:
https://issues.jboss.org/browse/WFCORE-711
Project: WildFly Core
Issue Type: Bug
Components: Domain Management, Scripts
Affects Versions: 2.0.0.Alpha2
Reporter: Marek Kopecký
Assignee: Romain Pelisse
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).