[teiid-commits] teiid SVN: r2823 - in trunk/build/kits: jboss-container and 1 other directories.

teiid-commits at lists.jboss.org teiid-commits at lists.jboss.org
Mon Jan 10 16:47:23 EST 2011


Author: shawkins
Date: 2011-01-10 16:47:23 -0500 (Mon, 10 Jan 2011)
New Revision: 2823

Modified:
   trunk/build/kits/adminshell/connection.properties
   trunk/build/kits/jboss-container/conf/props/teiid-security-users.properties
   trunk/build/kits/jboss-container/teiid-releasenotes.html
Log:
TEIID-1372 changing the user credentials to user/user

Modified: trunk/build/kits/adminshell/connection.properties
===================================================================
--- trunk/build/kits/adminshell/connection.properties	2011-01-10 19:51:55 UTC (rev 2822)
+++ trunk/build/kits/adminshell/connection.properties	2011-01-10 21:47:23 UTC (rev 2823)
@@ -1,5 +1,5 @@
-jdbc.user=admin
-jdbc.password=teiid
+jdbc.user=user
+jdbc.password=user
 jdbc.url=jdbc:teiid:admin at mm://localhost:31000;
 
 admin.url=mms://localhost:31443

Modified: trunk/build/kits/jboss-container/conf/props/teiid-security-users.properties
===================================================================
--- trunk/build/kits/jboss-container/conf/props/teiid-security-users.properties	2011-01-10 19:51:55 UTC (rev 2822)
+++ trunk/build/kits/jboss-container/conf/props/teiid-security-users.properties	2011-01-10 21:47:23 UTC (rev 2823)
@@ -1,3 +1,3 @@
 # A users.properties file for use with the UsersRolesLoginModule
 # username=password
-admin=teiid
+user=user

Modified: trunk/build/kits/jboss-container/teiid-releasenotes.html
===================================================================
--- trunk/build/kits/jboss-container/teiid-releasenotes.html	2011-01-10 19:51:55 UTC (rev 2822)
+++ trunk/build/kits/jboss-container/teiid-releasenotes.html	2011-01-10 21:47:23 UTC (rev 2823)
@@ -49,6 +49,7 @@
 </ul>
 <h4>from 7.1</h4>
 <ul>
+  <li>The default JDBC credentials are user/user - not admin/teiid
   <li>Subqueries are no longer allowed to be SELECT INTO.
   <li>INSERT/UPDATE/DELETE cannot be used to create implicit return cursors in non-update virtual procedures.  You can instead use "UPDATE ...; SELECT VARIABLES.ROWCOUNT;".  
   <li>The SYSADMIN schema was created to hold procedures and tables that should not be generally accessible.  SYS and pg_catalog are now always accessible - permissions do not apply to these schemas.  The SYS.getBinaryVDBResource, SYS.getCharacterVDBResource, and SYS.getVDBResourcePaths have been replaced with the



More information about the teiid-commits mailing list