66 lines
4.0 KiB
HTML
66 lines
4.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 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) - View object classes</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="rzahyviewobj"></a>
|
||
|
<h3 id="rzahyviewobj">View object classes</h3>
|
||
|
<p>You can view the object classes in the schema using either the Web administration
|
||
|
tool, the preferred method or using the command line.</p>
|
||
|
<p><span class="bold">Web administration</span></p>
|
||
|
<p>Expand <span class="bold">Schema management</span> in the navigation
|
||
|
area and click <span class="bold">Manage object classes</span>. A read-only
|
||
|
panel is displayed that enables you to view the object classes in the schema
|
||
|
and their characteristics. The object classes are displayed in alphabetical
|
||
|
order. You can move one page backwards or forward by clicking Previous or
|
||
|
Next. The field next to these buttons identifies the page that you are on.
|
||
|
You can also use the drop down menu of this field to skip to a specific page.
|
||
|
The first object class listed on the page is displayed with the page number
|
||
|
to help you locate the object class you want to view. For example, if you
|
||
|
were looking for the object class <span class="bold">person</span>,
|
||
|
you expand the drop down menu and scroll down until you see <span class="bold">Page 14 of 16 nsLiServer</span> and <span class="bold">Page 15 of 16
|
||
|
printerLPR</span>. Because person is alphabetically between nsLiServer and printerLPR,
|
||
|
you select Page 14 and click <span class="bold">Go</span>.</p>
|
||
|
<p>You can also display the object classes sorted by type. Select <span class="bold">Type</span> and click <span class="bold">Sort</span>. The object classes
|
||
|
are sorted alphabetically within their type, Abstract, Auxiliary, or Structural.
|
||
|
Similarly you can reverse the list order by selecting <span class="bold">Descending</span> and clicking <span class="bold">Sort</span>.</p>
|
||
|
<p>After you have located the object class that you want, you can view its
|
||
|
type, inheritance, required attributes, and optional attributes. Expand the
|
||
|
drop down menus for inheritance, required attributes, and optional attributes
|
||
|
to see the full listings for each characteristic.</p>
|
||
|
<p>You can choose the object class operations you want to perform from the
|
||
|
right-hand tool bar, such as: </p>
|
||
|
<ul>
|
||
|
<li>Add</li>
|
||
|
<li>Edit</li>
|
||
|
<li>Copy</li>
|
||
|
<li>Delete</li></ul>
|
||
|
<p>When you are finished click <span class="bold">Close</span> to return
|
||
|
to the IBM Directory Server <span class="bold">Welcome</span> panel.</p>
|
||
|
<p><span class="bold">Command line</span></p>
|
||
|
<p>To view the object classes contained in the schema issue the command:</p>
|
||
|
<pre class="xmp">ldapsearch -b cn=schema -s base objectclass=* objectclasses</pre>
|
||
|
<a id="Bot_Of_Page" name="Bot_Of_Page"></a>
|
||
|
</body>
|
||
|
</html>
|