66 lines
4.8 KiB
HTML
66 lines
4.8 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="concept" />
|
|
<meta name="DC.Title" content="Distinguished name" />
|
|
<meta name="abstract" content="When you want to manage part of your directory, you refer to the distinguished name (DN) or (if you choose) a keyword." />
|
|
<meta name="description" content="When you want to manage part of your directory, you refer to the distinguished name (DN) or (if you choose) a keyword." />
|
|
<meta name="DC.Relation" scheme="URI" content="rzak8ldap.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzak8keyword.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzak8other_info.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzak8direct_server.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzak8direct_server.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="rzak8tree" />
|
|
<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>Distinguished name</title>
|
|
</head>
|
|
<body id="rzak8tree"><a name="rzak8tree"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">Distinguished name</h1>
|
|
<div><p>When you want to manage part of your directory, you refer to the <em>distinguished
|
|
name (DN)</em> or (if you choose) a keyword.</p>
|
|
<p>You specify the DN when you configure the directory server within the quality
|
|
of service (QoS) Initial Configuration wizard. DNs typically
|
|
consist of the name for the entry itself as well as the objects (top to bottom)
|
|
above the entry in the directory. The server can access all objects on the
|
|
directory that are below the DN. For example, say the LDAP server contains
|
|
the directory structure as is shown in the following figure:</p>
|
|
<div class="fignone"><span class="figcap">Figure 1. Sample QoS directory structure</span><br /><img src="RZAK8017.gif" alt="Sample QoS directory structure." /><br /></div>
|
|
<p>Server1 at the top (dc=server1,dc=chicago,dc=acme,dc=com) is the server
|
|
on which the directory server resides. The other servers, such as cn=QoS or
|
|
cn=tcpip policies, are where the QoS servers reside. So on cn=server1, the
|
|
default DN reads <samp class="codeph">cn=server1,cn=QoS,cn=tcpip policies,dc=server1,dc=chicago,dc=acme,dc=com.</samp> On
|
|
cn=server2, the default DN reads <samp class="codeph">cn=server2,cn=QoS,cn=tcpip policies,dc=server1,dc=chicago,dc=acme,dc=com.</samp></p>
|
|
<p>When managing your directory, it is important to change the proper server
|
|
in the DN, such as cn or dc. Be careful when editing the DN, especially because
|
|
the string is typically too long to be displayed without scrolling.</p>
|
|
</div>
|
|
<div>
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzak8ldap.htm" title="You can export your policies to a directory server. Read this topic to see the advantages of using or not using a directory server, Lightweight Directory Access Protocol (LDAP) concepts and configuration, as well as the quality of service (QoS) schema.">Directory server</a></div>
|
|
</div>
|
|
<div class="relconcepts"><strong>Related concepts</strong><br />
|
|
<div><a href="rzak8keyword.htm" title="When you configure your directory server, you need to determine whether to associate keywords with each quality of service (QoS) configuration.">Keywords</a></div>
|
|
<div><a href="rzak8direct_server.htm" title="QoS policy configurations can be exported to an LDAP directory server.">Configure directory server</a></div>
|
|
</div>
|
|
<div class="relref"><strong>Related reference</strong><br />
|
|
<div><a href="rzak8other_info.htm" title="Listed here are the IBM Redbooks (in PDF format), Web sites, and information center topics that relate to the quality of service (QoS) topic. You can view or print any of the PDFs.">Related information for QoS</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |