ibm-information-center/dist/eclipse/plugins/i5OS.ic.rzatz_5.4.0.1/51/admin/qshencdata.htm

46 lines
1.9 KiB
HTML
Raw Normal View History

2024-04-02 14:02:31 +00:00
<!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>Encode password data</title>
</head>
<BODY>
<!-- Java sync-link -->
<SCRIPT LANGUAGE="Javascript" SRC="../../../rzahg/synch.js" TYPE="text/javascript"></SCRIPT>
<h4><a name="qshencdata"></a>Encode password data</h4>
<p>The EncAuthDataFile script encodes password data that is stored in a text file. The text file's name is defined by the system property WAS_AuthDataFile and has records in this format:</p>
<pre>alias1,user1,pw1</pre>
<p>For information about encoding algorithms, see <a href="../sec/encoding.htm">Password encoding</a> in the <em>Security</em> topic.</p>
<p><strong>Authority</strong></p>
<p>To run the EncAuthDataFile script, your user profile must have *ALLOBJ authority.</p>
<p><strong>Syntax</strong></p>
<p>The syntax of the EncAuthDataFile script is:</p>
<pre>EncAuthDataFile <em>input_file</em> <em>output_file</em> [ -instance <em>instance</em> ]</pre>
<p><strong>Parameters</strong></p>
<p>The parameters of the EncAuthDataFile script are:</p>
<ul>
<li><p><strong><em>input_file</em></strong>
<br>This is a required parameter. The value <em>input_file</em> specifies the fully qualified name of the authentication data file that the script reads.</p></li>
<li><p><strong><em>output_file</em></strong>
<br>This is a required parameter. The value <em>output_file</em> specifies the fully qualified name of the authentication data file to which the script writes the encoded data.</p></li>
<li><p><strong>-instance</strong>
<br>This is an optional parameter. The value <em>instance</em> specifies an application server instance name. The script uses the password encoding algorithm that it retrieves from the specified instance. If -instance is not specified the default instance is used.</p></li>
</ul>
</body>
</html>