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

73 lines
4.6 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) - Object identifier (OID)</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="rzahyoid"></a>
<h3 id="rzahyoid">Object identifier (OID)</h3>
<p>An object identifier (OID) is a string, of decimal numbers, that uniquely
identifies an object. These objects are typically an object class or an attribute.</p>
<p>If you do not have an OID, you can specify the object class or attribute
name appended with <span class="bold">-oid</span>. For example, if you create
the attribute tempID, you can specify the OID as <span class="bold">tempID-oid</span>.</p>
<p>It is absolutely critical that private OIDs are obtained from legitimate
authorities. There are two basic strategies for obtaining legitimate OIDs:</p>
<ul>
<li>Register the objects with an authority. This strategy can be convenient,
for example, if you need a small number of OIDs.</li>
<li>Obtain an arc (an arc is an individual subtree of the OID tree) from an
authority and assign your own OIDs as needed. This strategy might be preferred
if many OIDs are needed, or OID assignments are not stable.</li></ul>
<p>The American National Standards Institute (ANSI) is the registration authority
for organization names in the United States under the global registration
process established by International Standards Organization (ISO) and International
Telecommunication Union (ITU). More information about organization name registration
can be found at the <a href="http://www.ansi.org" target="_blank">ANSI Web
site</a>
<img src="www.gif" alt="Link outside the Information Center" /> (www.ansi.org). The ANSI
OID arc for organizations is 2.16.840.1. ANSI will assign a number (NEWNUM),
creating a new OID arc: 2.16.840.1.NEWNUM.</p>
<p>In most countries or regions, the national standards association maintains
an OID registry. As with the ANSI arc, these are generally arcs assigned
under the OID 2.16. It might take some investigation to find the OID authority
for a particular country or region. The national standards organization for
your country or region might be an ISO member. The names and contact information
of ISO members can be found at the <a href="http://www.iso.ch" target="_blank">ISO Web site</a>
<img src="www.gif" alt="Link outside the Information Center" /> (www.iso.ch).</p>
<p>The Internet Assigned Numbers Authority (IANA) assigns private enterprise
numbers, which are OIDs, in the arc 1.3.6.1.4.1. IANA will assign a number
(NEWNUM) so that the new OID arc will be 1.3.6.1.4.1.NEWNUM. These numbers
can be obtained from the <a href="http://www.iana.org" target="_blank">IANA
Web site</a>
<img src="www.gif" alt="Link outside the Information Center" />(www.iana.org).</p>
<p>Once your organization has been assigned an OID, you can define your own
OIDs by appending to the end of the OID. For example, suppose your organization
has been assigned the fictional OID 1.1.1. No other organization will be
assigned an OID that starts with "1.1.1". You might create a range for LDAP
by appending ".1" to form 1.1.1.1. You might further subdivide this into
ranges for objectclasses (1.1.1.1.1), attribute types (1.1.1.1.2), and so
on, and assign OID 1.1.1.1.2.34 to the attribute "foo".</p>
<a id="Bot_Of_Page" name="Bot_Of_Page"></a>
</body>
</html>