39 lines
1.3 KiB
HTML
39 lines
1.3 KiB
HTML
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||
|
<html>
|
||
|
<head>
|
||
|
<META http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||
|
<LINK rel="stylesheet" type="text/css" href="../../../rzahg/ic.css">
|
||
|
|
||
|
<title>Disable lookup security</title>
|
||
|
</head>
|
||
|
|
||
|
<BODY>
|
||
|
<!-- Java sync-link -->
|
||
|
<SCRIPT LANGUAGE="Javascript" SRC="../../../rzahg/synch.js" TYPE="text/javascript"></SCRIPT>
|
||
|
|
||
|
<h6><a name="datasecdisable"></a>Disable lookup security</h6>
|
||
|
|
||
|
<p>By default, all lookups are secure as described in <a href="datasec.htm">Security of lookups</a>.
|
||
|
|
||
|
<p>Although it is not recommended, it is possible to turn off the secure mode for a particular data source or connection factory.</p>
|
||
|
|
||
|
<ol>
|
||
|
<li><p>Edit the /QIBM/ProdData/WebASE/ASE5/properties/j2c.properties file.</p></li>
|
||
|
<li>Remove the comments around the following lines of code:
|
||
|
<pre>
|
||
|
<!-- The security-properties are in a comment block. Uncomment to use -->
|
||
|
<!--
|
||
|
<security-properties connectionFactoryJNDIName="myDataSource">
|
||
|
<secureMode>false</secureMode>
|
||
|
</security-properties>
|
||
|
--></pre>
|
||
|
<p>where <em>myDataSource</em> is the JNDI name of the data source or connection factory you want to run unsecure.</p>
|
||
|
</li>
|
||
|
<li>Save and close the file.</li>
|
||
|
</ol>
|
||
|
|
||
|
|
||
|
</body>
|
||
|
</html>
|
||
|
|