Bug 777687 (SOA-202) - IR7 *users.properties files define login account - should be commented out to be consistent with EAP
Summary: IR7 *users.properties files define login account - should be commented out to...
Keywords:
Status: CLOSED NEXTRELEASE
Alias: SOA-202
Product: JBoss Enterprise SOA Platform 4
Classification: JBoss
Component: Build Process
Version: 4.2 IR7
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: ---
: 4.2 CR1
Assignee: trev
QA Contact:
URL: http://jira.jboss.org/jira/browse/SOA...
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-12-03 19:11 UTC by Len DiMaggio
Modified: 2008-01-23 20:30 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
soa-4.2.0-IR7.0.zip
Last Closed: 2008-01-23 20:30:40 UTC
Type: Bug


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker SOA-202 0 None None None Never

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.




Note You need to log in before you can comment on or make changes to this bug.