162 lines
5.3 KiB
HTML
162 lines
5.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">
|
||
|
<title>Verify NetWare Aut Entry (VFYNTWAUTE)</title>
|
||
|
<link rel="stylesheet" type="text/css" href="../rzahg/ic.css">
|
||
|
</head>
|
||
|
<body bgcolor="white">
|
||
|
<script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
||
|
<a name="VFYNTWAUTE.Top_Of_Page"></a>
|
||
|
<h2>Verify NetWare Aut Entry (VFYNTWAUTE)</h2>
|
||
|
<table width="100%">
|
||
|
<tr>
|
||
|
<td valign="top" align="left"><b>Where allowed to run: </b>All environments (*ALL)<br>
|
||
|
<b>Threadsafe: </b>No
|
||
|
</td>
|
||
|
<td valign="top" align="right">
|
||
|
<a href="#VFYNTWAUTE.PARAMETERS.TABLE">Parameters</a><br>
|
||
|
<a href="#VFYNTWAUTE.COMMAND.EXAMPLES">Examples</a><br>
|
||
|
<a href="#VFYNTWAUTE.ERROR.MESSAGES">Error messages</a></td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
|
||
|
<div> <a name="VFYNTWAUTE"></a>
|
||
|
<p>The Verify NetWare Authentication Entry (VFYNTWAUTE) command verifies the authentication entry for a server. The user name, password, and other data, are sent to the server, where they are used to sign on to the server. This command could be used, for example, to verify that the password is correct before submitting a batch job that uses the server. Use the Work with NetWare Authentication Entries (WRKNTWAUTE) command to view the server authentication entries in a user profile.
|
||
|
</p>
|
||
|
<p>
|
||
|
<b>Note: </b>This command cannot be used for entries that specify PASSWORD(*STRNTWCNN).
|
||
|
</p>
|
||
|
</div>
|
||
|
<table width="100%">
|
||
|
<tr><td align="right"><a href="#VFYNTWAUTE.Top_Of_Page">Top</a></td></tr>
|
||
|
</table>
|
||
|
<hr size="2" width="100%">
|
||
|
|
||
|
<div>
|
||
|
<h3><a name="VFYNTWAUTE.PARAMETERS.TABLE">Parameters</a></h3>
|
||
|
<table border="1" cellpadding="4" cellspacing="0">
|
||
|
<!-- col1="10" col2="15" col3="30" col4="10" -->
|
||
|
<tr>
|
||
|
<th bgcolor="aqua" valign="bottom" align="left">Keyword</th>
|
||
|
<th bgcolor="aqua" valign="bottom" align="left">Description</th>
|
||
|
<th bgcolor="aqua" valign="bottom" align="left">Choices</th>
|
||
|
<th bgcolor="aqua" valign="bottom" align="left">Notes</th>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td valign="top"><a href="#VFYNTWAUTE.SVRTYPE"><b>SVRTYPE</b></a></td>
|
||
|
<td valign="top">Server type</td>
|
||
|
<td valign="top">*NDS</td>
|
||
|
<td valign="top">Required, Positional 1</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td valign="top"><a href="#VFYNTWAUTE.NDSTREE"><b>NDSTREE</b></a></td>
|
||
|
<td valign="top">NDS tree</td>
|
||
|
<td valign="top"><i>Character value</i></td>
|
||
|
<td valign="top">Optional</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td valign="top"><a href="#VFYNTWAUTE.SERVER"><b>SERVER</b></a></td>
|
||
|
<td valign="top">Server</td>
|
||
|
<td valign="top"><i>Character value</i>, <b><u>*ANY</u></b></td>
|
||
|
<td valign="top">Optional</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td valign="top"><a href="#VFYNTWAUTE.USRPRF"><b>USRPRF</b></a></td>
|
||
|
<td valign="top">User profile</td>
|
||
|
<td valign="top"><i>Name</i>, <b><u>*CURRENT</u></b></td>
|
||
|
<td valign="top">Optional</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
|
||
|
<table width="100%">
|
||
|
<tr><td align="right"><a href="#VFYNTWAUTE.Top_Of_Page">Top</a></td></tr>
|
||
|
</table>
|
||
|
</div>
|
||
|
<div> <a name="VFYNTWAUTE.SVRTYPE"></a>
|
||
|
<h3>Server type (SVRTYPE)</h3>
|
||
|
<p>Specifies the server type of the server authentication entry that is to be verified.
|
||
|
</p>
|
||
|
<dl>
|
||
|
<dt><b>*NDS</b></dt>
|
||
|
<dd>The entry is for a NetWare Directory Services tree.
|
||
|
</dd>
|
||
|
</dl>
|
||
|
</div>
|
||
|
<table width="100%">
|
||
|
<tr><td align="right"><a href="#VFYNTWAUTE.Top_Of_Page">Top</a></td></tr>
|
||
|
</table>
|
||
|
<div> <a name="VFYNTWAUTE.NDSTREE"></a>
|
||
|
<h3>NDS tree (NDSTREE)</h3>
|
||
|
<p>Specifies the NDS tree of the authentication entry to be verified.
|
||
|
</p>
|
||
|
<dl>
|
||
|
<dt><b><i>character-value</i></b></dt>
|
||
|
<dd>Specify the name of the NDS tree.
|
||
|
</dd>
|
||
|
</dl>
|
||
|
</div>
|
||
|
<table width="100%">
|
||
|
<tr><td align="right"><a href="#VFYNTWAUTE.Top_Of_Page">Top</a></td></tr>
|
||
|
</table>
|
||
|
<div> <a name="VFYNTWAUTE.SERVER"></a>
|
||
|
<h3>Server (SERVER)</h3>
|
||
|
<p>Specifies the server of the authentication entry to be verified.
|
||
|
</p>
|
||
|
<dl>
|
||
|
<dt><b><u>*ANY</u></b></dt>
|
||
|
<dd>Use any server within the NDS tree.
|
||
|
</dd>
|
||
|
<dt><b><i>character-value</i></b></dt>
|
||
|
<dd>Specify the name of the server.
|
||
|
</dd>
|
||
|
</dl>
|
||
|
</div>
|
||
|
<table width="100%">
|
||
|
<tr><td align="right"><a href="#VFYNTWAUTE.Top_Of_Page">Top</a></td></tr>
|
||
|
</table>
|
||
|
<div> <a name="VFYNTWAUTE.USRPRF"></a>
|
||
|
<h3>User profile (USRPRF)</h3>
|
||
|
<p>Specifies the user profile containing the authentication entry.
|
||
|
</p>
|
||
|
<dl>
|
||
|
<dt><b><u>*CURRENT</u></b></dt>
|
||
|
<dd>Use the current user profile.
|
||
|
</dd>
|
||
|
<dt><b><i>name</i></b></dt>
|
||
|
<dd>Specify the name of the user profile. The user profile must be the current user profile, or the user must have *USE and *OBJMGT authority to the user profile, and *SECADM special authority.
|
||
|
</dd>
|
||
|
</dl>
|
||
|
</div>
|
||
|
<table width="100%">
|
||
|
<tr><td align="right"><a href="#VFYNTWAUTE.Top_Of_Page">Top</a></td></tr>
|
||
|
</table>
|
||
|
<hr size="2" width="100%">
|
||
|
<div><h3><a name="VFYNTWAUTE.COMMAND.EXAMPLES">Examples</a> </h3>
|
||
|
<p>
|
||
|
<pre>
|
||
|
VFYNTWAUTE SVRTYPE(*NETWARE3) SERVER(SERVER03)
|
||
|
</pre>
|
||
|
</p>
|
||
|
<p>This command verifies the server authentication entry for NetWare 3.x server SERVER03 from the current user profile.
|
||
|
</p>
|
||
|
</div>
|
||
|
<table width="100%">
|
||
|
<tr><td align="right"><a href="#VFYNTWAUTE.Top_Of_Page">Top</a></td></tr>
|
||
|
</table>
|
||
|
<hr size="2" width="100%">
|
||
|
<div><h3><a name="VFYNTWAUTE.ERROR.MESSAGES">Error messages</a> </h3>
|
||
|
<p><b><u>*ESCAPE Messages</u></b>
|
||
|
</p>
|
||
|
<dl>
|
||
|
<dt><b>FPE021A</b></dt>
|
||
|
<dd>Verification of authentication entry failed.
|
||
|
</dd>
|
||
|
</dl>
|
||
|
</div>
|
||
|
<table width="100%">
|
||
|
<tr><td align="right"><a href="#VFYNTWAUTE.Top_Of_Page">Top</a></td></tr>
|
||
|
</table>
|
||
|
</body>
|
||
|
</html>
|