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

48 lines
3.0 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="creating, profiles, group" />
<title>Create iSeries group and user profiles for NetWare servers</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="c5step3"></a>
<h3 id="c5step3">Create iSeries group and user profiles for NetWare servers</h3><a id="idx94" name="idx94"></a>
<p>If you do not have iSeries profiles that represent the structure you want
in your NetWare network, you need to create iSeries group and user profiles.
(You might want to first read <a href="rzaefnworat.htm#nworat">NetWare object rights and attributes</a>.) If your iSeries is already
set up with group and user profiles that you can propagate to NetWare, go to <a href="rzaefcusra.htm#cusra">Enroll iSeries users on NetWare</a>.</p>
<p>To create user or group profiles for users on iSeries that need to access NetWare servers,
use the Create User Profile (CRTUSRPRF) command.</p>
<p>For example, to create a group profile that you name <tt class="xph">FINANCE</tt> for
a group of users that needs to access a NetWare server for a specific financial
application, enter: </p>
<pre class="xmp"> CRTUSRPRF USRPRF(FINANCE)</pre>
<p>To create a user profile named <tt class="xph">TOM</tt> and add it to the FINANCE
group profile, enter: </p>
<pre class="xmp"> CRTUSRPRF USRPRF(TOM) GRPPRF(FINANCE)</pre>
<p>A user profile must have a primary group before you can specify a supplementary
group. NetWare does not distinguish between a primary group and a supplementary
group. After you create the iSeries profiles, you can <a href="rzaefcusra.htm#cusra">enroll</a> them on NDS trees.</p>
<a id="Bot_Of_Page" name="Bot_Of_Page"></a>
</body>
</html>