You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by bu...@apache.org on 2019/01/14 22:46:07 UTC

svn commit: r1039013 - in /websites/staging/directory/trunk/content: ./ apacheds/features.html

Author: buildbot
Date: Mon Jan 14 22:46:07 2019
New Revision: 1039013

Log:
Staging update by buildbot for directory

Modified:
    websites/staging/directory/trunk/content/   (props changed)
    websites/staging/directory/trunk/content/apacheds/features.html

Propchange: websites/staging/directory/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Jan 14 22:46:07 2019
@@ -1 +1 @@
-1851256
+1851302

Modified: websites/staging/directory/trunk/content/apacheds/features.html
==============================================================================
--- websites/staging/directory/trunk/content/apacheds/features.html (original)
+++ websites/staging/directory/trunk/content/apacheds/features.html Mon Jan 14 22:46:07 2019
@@ -174,6 +174,109 @@ h2:hover > .headerlink, h3:hover > .head
 <li>LDAP Stored Procedures and Triggers are scheduled for the next major version of ApacheDS.</li>
 <li>LDAPv3 compatible certified by the OpenGroup</li>
 </ul>
+<h1 id="oid-assignements-scheme">OID assignements Scheme<a class="headerlink" href="#oid-assignements-scheme" title="Permanent link">&para;</a></h1>
+<p><em>OID</em> strings are unique numeric identifiers based off of a hierarchical numeric namespace controlled by a central authority on the Internet: <strong>IANA</strong> (Internet Assigned Numbers Authority).</p>
+<p><strong>IANA</strong> allows companies and organizations to register for a specific OID base called an enterprise number. There can only be one <strong>IANA</strong> Enterprise Number per organization.</p>
+<h2 id="the-asfs-enterprise-number">The ASF's Enterprise Number<a class="headerlink" href="#the-asfs-enterprise-number" title="Permanent link">&para;</a></h2>
+<p><strong>Apache</strong> has such an enterprise number. You can look at the <strong>IANA</strong> assigned numbers here. Here's the record in this database for the <em>Apache Software Foundation</em>:</p>
+<div class="codehilite"><pre>Apache Software Foundation
+
+18060
+  The Apache Software Foundation
+    Alex Karasulu
+      akarasulu@apache.org
+</pre></div>
+
+
+<p>This means <strong>the ASF</strong> can use the following unique OID base <em>1.3.6.1.4.1.18060</em> for any of it's needs. However we internal here at <strong>the ASF</strong> need some kind of scheme for assigning these numbers internally so we do not have collisions.</p>
+<h2 id="current-assignments">Current Assignments<a class="headerlink" href="#current-assignments" title="Permanent link">&para;</a></h2>
+<p>Here's what we've assigned to date:</p>
+<table class="table">
+<thead>
+<tr>
+<th align="center">Branch Assignement</th>
+<th align="center">Assign To</th>
+<th align="center">Contact Person</th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td align="center">1.3.6.1.4.1.18060</td>
+<td align="center">ASF</td>
+<td align="center">Alex Karasulu</td>
+</tr>
+<tr>
+<td align="center">1.3.6.1.4.1.18060.0</td>
+<td align="center">Directory</td>
+<td align="center">Alex Karasulu</td>
+</tr>
+<tr>
+<td align="center">1.3.6.1.4.1.18060.1</td>
+<td align="center">Geronimo</td>
+<td align="center">Alan Cabrera</td>
+</tr>
+<tr>
+<td align="center">1.3.6.1.4.1.18060.2</td>
+<td align="center">Apache Infrastructure</td>
+<td align="center">Ben Laurie</td>
+</tr>
+<tr>
+<td align="center">1.3.6.1.4.1.18060.3</td>
+<td align="center">Maven</td>
+<td align="center">Jason Van Zyl</td>
+</tr>
+<tr>
+<td align="center">1.3.6.1.4.1.18060.4</td>
+<td align="center">Tuscany</td>
+<td align="center">Luciano Resende</td>
+</tr>
+<tr>
+<td align="center">1.3.6.1.4.1.18060.5</td>
+<td align="center">Triplesec</td>
+<td align="center">Alex Karasulu</td>
+</tr>
+<tr>
+<td align="center">1.3.6.1.4.1.18060.10</td>
+<td align="center">Hadoop</td>
+<td align="center">Owen O'Malley</td>
+</tr>
+<tr>
+<td align="center">1.3.6.1.4.1.18060.11</td>
+<td align="center">Tomcat</td>
+<td align="center">Bernhard Unger</td>
+</tr>
+<tr>
+<td align="center">1.3.6.1.4.1.18060.12</td>
+<td align="center">HTTPdvJoe Orton</td>
+<td align="center"></td>
+</tr>
+<tr>
+<td align="center">1.3.6.1.4.1.18060.14</td>
+<td align="center">Synapse</td>
+<td align="center">Hiranya Jayathilaka</td>
+</tr>
+<tr>
+<td align="center">1.3.6.1.4.1.18060.15</td>
+<td align="center">CloudStack</td>
+<td align="center">David Nalley</td>
+</tr>
+<tr>
+<td align="center">1.3.6.1.4.1.18060.16</td>
+<td align="center">Apache Ambari</td>
+<td align="center">Paul Codding</td>
+</tr>
+<tr>
+<td align="center">1.3.6.1.4.1.18060.17</td>
+<td align="center">Apache Fortress Shawn McKinney</td>
+<td align="center"></td>
+</tr>
+<tr>
+<td align="center">1.3.6.1.4.1.18060.18</td>
+<td align="center">Apache Guacamole</td>
+<td align="center">Mike Jumper</td>
+</tr>
+</tbody>
+</table>