ibm-information-center/dist/eclipse/plugins/i5OS.ic.rzahy_5.4.0.1/rzahymycoscenario.htm

100 lines
5.1 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 1998, 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))' />
<title>Directory Server (LDAP) - Scenario: Set up a Directory Server</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="rzahymycoscenario"></a>
<h1 id="rzahymycoscenario">Scenario: Set up a Directory Server</h1>
<p class="sectionscenariobar"><span class="bold">Situation</span></p>
<p>As the administrator of your company's computer systems, you would like
to place employee information such as telephone numbers and e-mail addresses
for your organization into a central LDAP repository.</p>
<p class="sectionscenariobar"><span class="bold">Objectives </span></p>
<p>In this scenario, MyCo, Inc. wants to configure a Directory Server and
create a directory database that contains employee information such as name,
e-mail address, and telephone number.</p>
<p>The objectives of this scenario are as follows: </p>
<ul>
<li>To make employee information available anywhere on the company network
to employees using a Lotus Notes or Microsoft Outlook Express mail client.</li>
<li>To allow managers to change employee data in the directory database, while
not allowing non-managers to change employee data.</li>
<li>To allow the iSeries server to be able to publish employee data into the
directory database.</li></ul>
<p class="sectionscenariobar"><span class="bold">Details</span></p>
<p> The Directory Server will run on the iSeries server called myiSeries.</p>
<p>The following example illustrates the information that MyCo, Inc. wants
to include into its directory database for each employee.</p>
<pre class="xmp">Name: Jose Alvirez
Department: DEPTA
Telephone number: 999 999 9999
Email address: jalvirez@my_co.com
</pre>
<p>The directory structure for this scenario might be visualized as something
similar to the following:</p>
<pre class="xmp">/
|
+- my_co.com
|
+- employees
|
+- Jose Alvirez
| DEPTA
| 999-555-1234
| jalvirez@my_co.com
|
+- John Smith
| DEPTA
| 999-555-1235
| jsmith@my_co.com
|
+ Managers group
Jose Alvirez
myiSeries.my_co.com
.
.
.</pre>
<p>All employees (managers and non-managers) exist in the employees directory
tree. Managers also belong to the managers group. Members of the managers
group have authority to change employee data.</p>
<p>The iSeries server (myiSeries) also needs to have authority to change employee
data. In this scenario, the iSeries server is placed in the employees directory
tree and is made a member of the managers group.</p>
<p>If you want to keep the employee entries separate from the iSeries server
entry, you can create another directory tree (for example: computers) and
add the iSeries server there. The iSeries server will need to have the same
authority as the managers.</p>
<p><span class="bold">Prerequisites and assumptions</span></p>
<p>The Web Administration tool is properly configured and running. See <a href="rzahywebadmin.htm#rzahywebadmin">Web administration</a> for more information.</p>
<p class="sectionscenariobar"><span class="bold">Setup steps</span></p>
<p>Complete the following tasks:</p>
<ol type="1">
<li><a href="rzahyscenariosetup.htm#rzahyscenariosetup">Scenario details: Set up the Directory Server</a>.</li>
<li><a href="rzahyscenariocrtdb.htm#rzahyscenariocrtdb">Scenario details: Create the directory database</a>.</li>
<li><a href="rzahyscenariopublish.htm#rzahyscenariopublish">Scenario details: Publish the iSeries data to the directory database</a>.</li>
<li><a href="rzahyscenarioenterinfo.htm#rzahyscenarioenterinfo">Scenario details: Enter information into the directory database</a>.</li>
<li><a href="rzahyscenariotest.htm#rzahyscenariotest">Scenario details: Test the directory database</a>.</li></ol>
<a id="Bot_Of_Page" name="Bot_Of_Page"></a>
</body>
</html>