ibm-information-center/dist/eclipse/plugins/i5OS.ic.rzaef_5.4.0.1/rzaefc5step2.htm

79 lines
5.2 KiB
HTML

<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en-us">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="dc.language" scheme="rfc1766" content="en-us" />
<!-- All rights reserved. Licensed Materials Property of IBM -->
<!-- US Government Users Restricted Rights -->
<!-- Use, duplication or disclosure restricted by -->
<!-- GSA ADP Schedule Contract with IBM Corp. -->
<meta name="dc.date" scheme="iso8601" content="2005-09-06" />
<meta name="copyright" content="(C) Copyright IBM Corporation 2000, 2006" />
<meta name="security" content="public" />
<meta name="Robots" content="index,follow"/>
<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
<meta name="keywords" content="iSeries for user enrollment, setup, iSeries setup,
enrollment, user, security, password, QRETSVRSEC=1, QRETSVRSEC, system value,
for QNETWARE, QNETWARE, authentication entries" />
<title>Set up iSeries for user enrollment</title>
<link rel="stylesheet" type="text/css" href="ibmidwb.css" />
<link rel="stylesheet" type="text/css" href="ic.css" />
</head>
<body>
<a id="Top_Of_Page" name="Top_Of_Page"></a><!-- Java sync-link -->
<script language = "Javascript" src = "../rzahg/synch.js" type="text/javascript"></script>
<a name="c5step2"></a>
<h3 id="c5step2">Set up iSeries for user enrollment</h3><a id="idx85" name="idx85"></a><a id="idx86" name="idx86"></a><a id="idx87" name="idx87"></a><a id="idx88" name="idx88"></a><a id="idx89" name="idx89"></a><a id="idx90" name="idx90"></a><a id="idx91" name="idx91"></a><a id="idx92" name="idx92"></a><a id="idx93" name="idx93"></a>
<p>When you install NetWare Enhanced Integration, a default QNETWARE user profile is created with
*NONE for a password. You need to change the QNETWARE profile so it can log
in to the NDS trees on which iSeries users are to be enrolled.</p>
<p><span class="bold">To set up your iSeries system for user enrollment:</span></p>
<ul>
<li>If you did not already do so (described in <a href="rzaefqret.htm#qret">Enable iSeries to automatically start authenticated connections</a>), set the
Retain Server Security (QRETSVRSEC) system value to <tt class="xph">1</tt>. This speeds
up user access by having iSeries retain security information such as passwords,
which are needed to authenticate users' access to NetWare. However, if you choose
not to let iSeries store passwords, you can still <a href="rzaefsec0.htm#sec0">enroll iSeries users</a> on NetWare.</li>
<li>Set the password for QNETWARE on iSeries.
<p>If you used the same password
for the QNETWARE user objects on most or all of the NDS trees, use the same
password for QNETWARE on iSeries.</p>
<p>To set the password for the QNETWARE profile,
enter: </p>
<pre class="xmp"> CHGUSRPRF USRPRF(QNETWARE) PASSWORD(<var class="pv">password</var>)</pre>
<p>Note that you cannot enable the QNETWARE profile; iSeries intercepts and ignores
attempts to change the profile to an enabled state. If QNETWARE is enrolled
on NetWare, you also cannot set the password for QNETWARE to *NONE. If you do,
the QNETWARE user profile automatically disables the QNETWARE user object on NetWare;
then user enrollment cannot proceed.</p></li>
<li id="qntwl1">
<a name="qntwl1"></a>To extend QNETWARE profile changes, including passwords, to
the NDS trees on which you enroll iSeries users, use the CHGNWSUSRA command
(described in <a href="rzaefcusra.htm#cusra">Enroll iSeries users on NetWare</a>). Specify the NDS trees that should receive
the profile changes or use the value *NWSA to refer to <a href="rzaefnwsa.htm#nwsa">network server attributes</a> that you defined.</li>
<li>If you want to enroll iSeries users on NDS trees to which the QNETWARE profile
changes were not propagated in the previous step, use the ADDNTWAUTE command.
Use this command to create authentication entries for the QNETWARE profile on
those NDS trees.
<p>You also might choose this option if you want to have
different passwords for QNETWARE on the various NDS trees.</p>
<p>To create
an authentication entry for the QNETWARE user profile that has a password of
OWNER in NDS tree TREE1 in NDS context MAIN, you would enter: </p>
<pre class="xmp">ADDNTWAUTE SVRTYPE(*NDS) NDSTREE(<var class="pv">TREE1</var>)
USRPRF(QNETWARE) PASSWORD(<var class="pv">OWNER</var>)
NDSCTX(<var class="pv">MAIN</var>) </pre>
<p>To create a NetWare authentication entry
for the QNETWARE user object, which has a password of OWNER in SERVER1, you
would enter: </p>
<pre class="xmp">ADDNTWAUTE SVRTYPE(*NETWARE3) SERVER(SERVER1)
USRPRF(QNETWARE) PASSWORD(OWNER)</pre>
<p>For more information, see <a href="rzaefcrtaute.htm#crtaute">Manage NetWare server connections and authentication</a>.</p></li></ul>
<a id="Bot_Of_Page" name="Bot_Of_Page"></a>
</body>
</html>