60 lines
3.9 KiB
HTML
60 lines
3.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 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 attributes</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="rzahyviewattr"></a>
|
|
<h3 id="rzahyviewattr">View attributes</h3>
|
|
<p>You can view the attributes 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 attributes</span>. A read-only
|
|
panel is displayed that enables you to view the attributes in the schema and
|
|
their characteristics. The attributes 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 attribute <span class="bold">authenticationUserID</span>, you
|
|
expand the drop down menu and scroll down until you see <span class="bold">Page 3 of 62 applSystemHint</span> and <span class="bold">Page 4 of
|
|
62 authorityRevocatonList</span>. Because authenticationUserID is alphabetically
|
|
between applSystemHint and authorityRevocatonList, you select Page 3 and click <span class="bold">Go</span>.</p>
|
|
<p>You can also display the attributes sorted by syntax. Select <span class="bold">Syntax</span> and click <span class="bold">Sort</span>. The attributes
|
|
are sorted alphabetically within their syntax. See<a href="rzahysyntax.htm#rzahysyntax">Attribute syntax</a> for
|
|
a listing or the types of syntax. 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 attribute that you want, you can view its syntax,
|
|
whether it is multi-valued, and the object classes that contain it. Expand
|
|
the drop down menu for object classes to see the list of object classes for
|
|
the attribute.</p>
|
|
<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 attributes contained in the schema issue the command:</p>
|
|
<pre class="xmp">ldapsearch -b cn=schema -s base objectclass=* attributeTypes IBMAttributeTypes</pre>
|
|
<a id="Bot_Of_Page" name="Bot_Of_Page"></a>
|
|
</body>
|
|
</html>
|