Skip to content

Commit

Permalink
TEIID-4183
Browse files Browse the repository at this point in the history
  • Loading branch information
rareddy committed May 10, 2016
1 parent 17bf7b0 commit 109ce0c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion security/Data_Source_Security.adoc
Expand Up @@ -112,7 +112,12 @@ In the datasource configuration, instead of supplying the userid/pasword you nee
</datasource>
----

NOTE: This security domain only should be used as data source security domains, not as generic purpose security domain.
NOTE: This security domain only should be used as data source security domains in pass-through scenarios, not as generic purpose security domain.

TIP: When working with Kerberos/GSS security token (GssCredential), some JDBC drivers (MS-SQLServer) upon close of the connection they invalidate the GssCredential security token, to avoid accidental invalidation, add an option to above security-domain's login-module configuration to wrap the passed in security token by adding below configuration
----
<module-option name="wrapGSSCredential" value="true"/>
----


== Translator Customization
Expand Down

0 comments on commit 109ce0c

Please sign in to comment.