67 lines
3.7 KiB
HTML
67 lines
3.7 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="specifying *NWSA, examples, CHGNWSUSRA command,
|
||
|
restrictions" />
|
||
|
<title>Examples: Specify *NWSA</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="dnwsa"></a>
|
||
|
<h5 id="dnwsa">Examples: Specify *NWSA</h5><a id="idx109" name="idx109"></a>
|
||
|
<a name="wq37"></a>
|
||
|
<div class="notetitle" id="wq37">Note:</div>
|
||
|
<div class="notebody">Read the <a href="rzaef02.htm#netwcodedisclaimer">Code disclaimer information</a> for important legal
|
||
|
information.</div>
|
||
|
<p>These examples show how to enroll either a group profile or a user profile
|
||
|
to the system-default list of NetWare servers and NDS trees.</p>
|
||
|
<p><span class="bold">Group Profile:</span></p>
|
||
|
<p>To enroll the group profile FINANCE and all its group members on the NDS trees
|
||
|
that are defined in the network server attributes (NWSA), enter: </p>
|
||
|
<pre class="xmp"> CHGNWSUSRA USRPRF(FINANCE) PRFTYPE(*GROUP) PRPGRPMBR(*ALL)
|
||
|
NDSTREELST(*NWSA) </pre>
|
||
|
<p>All the FINANCE group members, including JOHN (whose user profile was created
|
||
|
according to the directions in <a href="rzaefc5step3.htm#c5step3">Create iSeries group and user profiles for NetWare servers</a>), are now enrolled on NetWare.
|
||
|
Future changes to the FINANCE profile, or any user profiles for members of
|
||
|
FINANCE, will be propagated to NetWare.</p>
|
||
|
<p><span class="bold">User Profile:</span></p><a id="idx110" name="idx110"></a>
|
||
|
<p>To enroll user profile JOHN on the NDS trees that are defined in the
|
||
|
network server attributes (NWSA), enter: </p>
|
||
|
<pre class="xmp"> CHGNWSUSRA USRPRF(JOHN) PRFTYPE(*USER)
|
||
|
NDSTREELST(*NWSA) </pre>
|
||
|
<a name="wq38"></a>
|
||
|
<div class="notelisttitle" id="wq38">Notes:</div>
|
||
|
<ol type="1">
|
||
|
<li>You cannot specify <tt class="xph">*NWSA</tt> as the NDS tree list if you want
|
||
|
to specify additional servers that were not defined in the network server
|
||
|
attributes.
|
||
|
<p>To enroll an iSeries group or user profile on servers other than
|
||
|
those defined as network server attributes, you must use the CHGNWSUSRA command.
|
||
|
Specify all the NDS trees for that profile, even if most of them are defined
|
||
|
in the network server attributes.</p></li>
|
||
|
<li>You might not want to specify *NWSA if your NetWare authorization differs
|
||
|
from one NDS context to another and you want to enroll iSeries users in the
|
||
|
context that matches the wanted authorization.</li>
|
||
|
</ol>
|
||
|
<a id="Bot_Of_Page" name="Bot_Of_Page"></a>
|
||
|
</body>
|
||
|
</html>
|