75 lines
4.9 KiB
HTML
75 lines
4.9 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 lang="en-us" xml:lang="en-us">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<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="DC.Type" content="task" />
|
|
<meta name="DC.Title" content="Configure Windows 2000 and Windows XP workstations" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzakhscenpase.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzakhpascesenario_addiseries-aprincipal.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzakhpascesenario_configureauthenticationservice.htm" />
|
|
<meta name="copyright" content="(C) Copyright IBM Corporation 1998, 2006" />
|
|
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 1998, 2006" />
|
|
<meta name="DC.Format" content="XHTML" />
|
|
<meta name="DC.Identifier" content="rzakhpascesenario_configurewindows2000andXP" />
|
|
<meta name="DC.Language" 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. -->
|
|
<link rel="stylesheet" type="text/css" href="./ibmdita.css" />
|
|
<link rel="stylesheet" type="text/css" href="./ic.css" />
|
|
<title>Configure Windows 2000 and Windows XP workstations</title>
|
|
</head>
|
|
<body id="rzakhpascesenario_configurewindows2000andXP"><a name="rzakhpascesenario_configurewindows2000andXP"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">Configure Windows 2000 and Windows XP workstations</h1>
|
|
<div><div class="section"><div class="note"><span class="notetitle">Note:</span> This step is optional for configuring a Kerberos server in i5/OS™ PASE.
|
|
If you intend to create a <a href="../rzamz/rzamzenablesso.htm">single signon environment</a> after configuring the Kerberos
|
|
server, you must complete this step. If not, skip to Step 9 (Configure network
|
|
authentication service).</div>
|
|
<p>Configure the client workstations as part
|
|
of a workgroup by setting the Kerberos realm and Kerberos server on the workstation.
|
|
You will also need to set a password that will be associated with the workstation. </p>
|
|
<div class="note"><span class="notetitle">Note:</span> Any
|
|
and all passwords specified in this scenario are for example purposes only.
|
|
To prevent a compromise to your system or network security, you should never
|
|
use these passwords as part of your own configuration.</div>
|
|
<p>To configure
|
|
the workstations, complete these steps:</p>
|
|
</div>
|
|
<ol><li class="stepexpand"><span>From a command prompt on the Windows<sup>®</sup> 2000 workstation, enter: </span> <pre class="screen">C:> ksetup /setdomain MYCO.COM
|
|
C:> ksetup /addkdc MYCO.COM kdc1.myco.com</pre>
|
|
</li>
|
|
<li class="stepexpand"><span>Set the local machine account password by entering this at the Windows 2000
|
|
workstation command prompt: </span> <pre class="screen">C:> ksetup /setmachpassword secret1</pre>
|
|
</li>
|
|
<li class="stepexpand"><span>Map John Day's Kerberos user principal (day@MYCO.COM) to his Windows 2000
|
|
user name (johnday). Enter this at the Windows 2000 workstation command prompt:</span> <pre class="screen">C:> ksetup /mapuser day@MYCO.COM johnday</pre>
|
|
</li>
|
|
<li class="stepexpand"><span>To verify that John Day's Kerberos user principal maps to his Windows 2000
|
|
user name, enter this at the Windows 2000 workstation command prompt:</span> <pre class="screen">C:> ksetup</pre>
|
|
and view the results.</li>
|
|
<li class="stepexpand"><span>Restart the PC for the changes to take effect.</span></li>
|
|
<li class="stepexpand"><span>Repeat these steps for Karen Jones' workstation, but specify the
|
|
following information:</span> <ul><li>Local machine account password: <tt>secret2</tt></li>
|
|
<li>Kerberos user principal: <tt>jones@MYCO.COM</tt></li>
|
|
<li>Windows 2000
|
|
user name: <tt>karenjones</tt></li>
|
|
</ul>
|
|
</li>
|
|
</ol>
|
|
</div>
|
|
<div>
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzakhscenpase.htm" title="Understand the goals, objectives, prerequisites, and configuration steps for setting up your Kerberos server.">Scenario: Set up Kerberos server in i5/OS PASE</a></div>
|
|
<div class="previouslink"><strong>Previous topic:</strong> <a href="rzakhpascesenario_addiseries-aprincipal.htm">Add iSeries A service principal to the Kerberos server</a></div>
|
|
<div class="nextlink"><strong>Next topic:</strong> <a href="rzakhpascesenario_configureauthenticationservice.htm">Configure network authentication service</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |