Bug 777687 (SOA-202)

Summary: IR7 *users.properties files define login account - should be commented out to be consistent with EAP
Product: [JBoss] JBoss Enterprise SOA Platform 4 Reporter: Len DiMaggio <ldimaggi>
Component: Build ProcessAssignee: trev <tkirby>
Status: CLOSED NEXTRELEASE QA Contact:
Severity: high Docs Contact:
Priority: high    
Version: 4.2 IR7   
Target Milestone: ---   
Target Release: 4.2 CR1   
Hardware: Unspecified   
OS: Unspecified   
URL: http://jira.jboss.org/jira/browse/SOA-202
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
soa-4.2.0-IR7.0.zip
Last Closed: 2008-01-23 20:30:40 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Len DiMaggio 2007-12-03 19:11:01 UTC
Date of First Response: 2007-12-04 00:15:50
project_key: SOA

Description of problem:
IR7 *users.properties files define login account - should be commented out to be consistent with EAP

Version-Release number of selected component (IR or RC #, component ver)
soa-4.2.0-IR7.0.zip

How reproducible:
100%

Steps to Reproduce: 
1. Just install  soa-4.2.0-IR7.0.zip

Actual results:
The files have user-admin - uncommented - the practice in EAP is to have the "admin" user defined, but commented out - to require the user to define their users

Expected results:
No uncommented users/passwords

Additional info: (e.g., stack trace):

[root@stacks3 IR7]# ls /opt/IR7
[root@stacks3 IR7]# find . -name "*users.properties" -print
./jboss-soa-p.4.2.0/jboss-as/server/production/conf/props/messaging-users.properties
./jboss-soa-p.4.2.0/jboss-as/server/production/conf/props/jbossws-users.properties
./jboss-soa-p.4.2.0/jboss-as/server/production/conf/props/jmx-console-users.properties
./jboss-soa-p.4.2.0/jboss-as/server/production/deploy/management/console-mgr.sar/web-console.war/WEB-INF/classes/web-console-users.properties
./jboss-soa-p.4.2.0/jboss-as/server/all/conf/props/messaging-users.properties
./jboss-soa-p.4.2.0/jboss-as/server/all/conf/props/jbossws-users.properties
./jboss-soa-p.4.2.0/jboss-as/server/all/conf/props/jmx-console-users.properties
./jboss-soa-p.4.2.0/jboss-as/server/all/deploy/management/console-mgr.sar/web-console.war/WEB-INF/classes/web-console-users.properties
./jboss-soa-p.4.2.0/jboss-as/server/oracle/conf/props/messaging-users.properties
./jboss-soa-p.4.2.0/jboss-as/server/oracle/conf/props/jbossws-users.properties
./jboss-soa-p.4.2.0/jboss-as/server/oracle/conf/props/jmx-console-users.properties
./jboss-soa-p.4.2.0/jboss-as/server/oracle/deploy/management/console-mgr.sar/web-console.war/WEB-INF/classes/web-console-users.properties
./jboss-soa-p.4.2.0/jboss-as/server/default/conf/props/jbossws-users.properties
./jboss-soa-p.4.2.0/jboss-as/server/default/conf/props/jmx-console-users.properties
./jboss-soa-p.4.2.0/jboss-as/server/default/deploy/management/console-mgr.sar/web-console.war/WEB-INF/classes/web-console-users.properties

Comment 1 Mike Brock 2007-12-04 05:15:50 UTC
For the purposes of testing, this will not be fixed until the final release.

Comment 2 trev 2007-12-17 17:14:33 UTC
moved to beta1  for ease of testing  IR9

Comment 3 Mark Little 2008-01-08 17:09:17 UTC
Was this done in Beta1? If not, what's the status?

Comment 4 Len DiMaggio 2008-01-23 20:30:40 UTC
This is fixed for all files except for:



[ldimaggi@ldimaggi RC1]$ cat ./jboss-soa-p.4.2.0/jboss-as/server/production/conf/props/jbossws-users.properties
# A sample users.properties file for use with the UsersRolesLoginModule
kermit=thefrog

[ldimaggi@ldimaggi RC1]$ cat ./jboss-soa-p.4.2.0/jboss-as/server/default/conf/props/jbossws-users.properties
# A sample users.properties file for use with the UsersRolesLoginModule
kermit=thefrog

[ldimaggi@ldimaggi RC1]$ cat ./jboss-soa-p.4.2.0/jboss-as/server/all/conf/props/jbossws-users.properties
# A sample users.properties file for use with the UsersRolesLoginModule
kermit=thefrog

[ldimaggi@ldimaggi RC1]$ cat ./jboss-soa-p-standalone.4.2.0/jboss-as/server/default/conf/props/jbossws-users.properties
# A sample users.properties file for use with the UsersRolesLoginModule
kermit=thefrog

But - with the single-sign-on that we've implemented, this username/passwd is not valid.