[teiid-commits] teiid SVN: r2532 - in branches/7.1.x/documentation: client-developers-guide/src/main/docbook/en-US/content and 1 other directory.

teiid-commits at lists.jboss.org teiid-commits at lists.jboss.org
Fri Sep 3 18:22:18 EDT 2010


Author: rareddy
Date: 2010-09-03 18:22:18 -0400 (Fri, 03 Sep 2010)
New Revision: 2532

Modified:
   branches/7.1.x/documentation/admin-guide/src/main/docbook/en-US/content/security.xml
   branches/7.1.x/documentation/client-developers-guide/src/main/docbook/en-US/content/jdbc-connection.xml
Log:
TEIID-1247: some doc changes regarding the pass through.

Modified: branches/7.1.x/documentation/admin-guide/src/main/docbook/en-US/content/security.xml
===================================================================
--- branches/7.1.x/documentation/admin-guide/src/main/docbook/en-US/content/security.xml	2010-09-03 22:20:34 UTC (rev 2531)
+++ branches/7.1.x/documentation/admin-guide/src/main/docbook/en-US/content/security.xml	2010-09-03 22:22:18 UTC (rev 2532)
@@ -29,7 +29,7 @@
                 application's security domain name in the "teiid-jboss-beans.xml" file in the SessionService section. 
                 Please note that for this to work, the security-domain 
                 must be a JAAS based Login Module and your client application MUST obtain Teiid connection 
-                using <emphasis>Local</emphasis> Connection.</para>
+                using <emphasis>Local</emphasis> Connection, with <emphasis>PassthroughAuthentication=true</emphasis> flag set.</para>
             </section>
 	</section>
 	<section>

Modified: branches/7.1.x/documentation/client-developers-guide/src/main/docbook/en-US/content/jdbc-connection.xml
===================================================================
--- branches/7.1.x/documentation/client-developers-guide/src/main/docbook/en-US/content/jdbc-connection.xml	2010-09-03 22:20:34 UTC (rev 2531)
+++ branches/7.1.x/documentation/client-developers-guide/src/main/docbook/en-US/content/jdbc-connection.xml	2010-09-03 22:22:18 UTC (rev 2532)
@@ -218,7 +218,7 @@
                         <entry>
                             <code>boolean</code>
                         </entry>
-                        <entry>Only applies to embedded connections. When this option is set to "true", then Teiid looks for 
+                        <entry>Only applies to "local" connections. When this option is set to "true", then Teiid looks for 
                         already authenticated security context on the calling thread. If one found it uses that users credentials 
                         to create session. Teiid also verifies that the same user is using this connection during the life of the connection.
                         if it finds a different security context on the calling thread, it switches the identity on the connection,
@@ -339,7 +339,7 @@
                         <entry>
                             <code>boolean</code>
                         </entry>
-                        <entry>Only applies to embedded connections. When this option is set to "true", then Teiid looks for 
+                        <entry>Only applies to "local" connections. When this option is set to "true", then Teiid looks for 
                         already authenticated security context on the calling thread. If one found it uses that users credentials 
                         to create session. Teiid also verifies that the same user is using this connection during the life of the connection.
                         if it finds a different security context on the calling thread, it switches the identity on the connection,



More information about the teiid-commits mailing list