You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2009/08/12 13:11:26 UTC

svn commit: r803448 - /directory/apacheds/trunk/schema-bootstrap/src/main/schema/system.schema

Author: elecharny
Date: Wed Aug 12 11:11:26 2009
New Revision: 803448

URL: http://svn.apache.org/viewvc?rev=803448&view=rev
Log:
Added the list of all the OC and AT on top of this file, for clarity sake

Modified:
    directory/apacheds/trunk/schema-bootstrap/src/main/schema/system.schema

Modified: directory/apacheds/trunk/schema-bootstrap/src/main/schema/system.schema
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/schema-bootstrap/src/main/schema/system.schema?rev=803448&r1=803447&r2=803448&view=diff
==============================================================================
--- directory/apacheds/trunk/schema-bootstrap/src/main/schema/system.schema (original)
+++ directory/apacheds/trunk/schema-bootstrap/src/main/schema/system.schema Wed Aug 12 11:11:26 2009
@@ -20,6 +20,62 @@
 #
 # Depends on no other schema!
 # =============================================================================
+#   +------------------------------+-------------------------------------+
+#   |        AttributeType OID     |              names                  |
+#   +------------------------------+-------------------------------------+
+#   | 2.5.4.0                      | objectClass                         |
+#   | 2.5.21.9                     | structuralObjectClass               |
+#   | 2.5.18.1                     | createTimestamp                     |
+#   | 2.5.18.2                     | modifyTimestamp                     |
+#   | 2.5.18.3                     | creatorsName                        |
+#   | 2.5.18.4                     | modifiersName                       |
+#   | 2.5.18.9                     | hasSubordinates                     |
+#   | 2.5.18.10                    | subschemaSubentry                   |
+#   | 2.5.18.12                    | collectiveAttributeSubentries       |
+#   | 2.5.18.7                     | collectiveExclusions                |
+#   | 1.3.6.1.4.1.1466.101.120.6   | altServer                           |
+#   | 1.3.6.1.4.1.1466.101.120.5   | namingContexts                      |
+#   | 1.3.6.1.4.1.1466.101.120.13  | supportedControl                    |
+#   | 1.3.6.1.4.1.1466.101.120.7   | supportedExtension                  |
+#   | 1.3.6.1.4.1.1466.101.120.15  | supportedLDAPVersion                |
+#   | 1.3.6.1.4.1.1466.101.120.14  | supportedSASLMechanisms             |
+#   | 1.3.6.1.1.4                  | vendorName                          |
+#   | 1.3.6.1.1.5                  | vendorVersion                       |
+#   | 2.5.18.5                     | administrativeRole                  |
+#   | 2.5.18.6                     | subtreeSpecification                |
+#   | 2.5.21.1                     | dITStructureRules                   |
+#   | 2.5.21.2                     | dITContentRules                     |
+#   | 2.5.21.4                     | matchingRules                       |
+#   | 2.5.21.5                     | attributeTypes                      |
+#   | 2.5.21.6                     | objectClasses                       |
+#   | 2.5.21.7                     | nameForms                           |
+#   | 2.5.21.8                     | matchingRuleUse                     |
+#   | 1.3.6.1.4.1.1466.101.120.16  | ldapSyntaxes                        |
+#   | 2.5.4.1                      | aliasedObjectName, aliasedEntryName |
+#   | 2.16.840.1.113730.3.1.34     | ref                                 |
+#   | 1.3.6.1.4.1.1466.101.119.3   | entryTtl                            |
+#   | 1.3.6.1.4.1.1466.101.119.4   | dynamicSubtrees                     |
+#   | 2.5.4.49                     | distinguishedName                   |
+#   | 2.5.4.41                     | name                                |
+#   | 2.5.4.3                      | cn, commonName                      |
+#   | 2.5.4.35                     | userPassword                        |
+#   | 1.3.6.1.4.1.250.1.57         | labeledURI                          |
+#   | 1.3.6.1.4.1.4203.1.3.5       | supportedFeatures                   |
+#   +------------------------------+-------------------------------------+
+#
+#   +------------------------------+-------------------------------------+
+#   |        Objectclasses OID     |              names                  |
+#   +------------------------------+-------------------------------------+
+#   | 2.5.6.0                      | top                                 |
+#   | 1.3.6.1.4.1.1466.101.120.111 | extensibleObject                    |
+#   | 2.5.6.1                      | alias                               |
+#   | 2.16.840.1.113730.3.2.6      | referral                            |
+#   | 1.3.6.1.4.1.4203.1.4.1       | OpenLDAProotDSE, LDAProotDSE        |
+#   | 2.5.17.0                     | subentry                            |
+#   | 2.5.20.1                     | subschema                           |
+#   | 2.5.17.2                     | collectiveAttributeSubentry         |
+#   | 1.3.6.1.4.1.1466.101.119.2   | dynamicObject                       |
+#   +------------------------------+-------------------------------------+
 
 attributetype ( 2.5.4.0 NAME 'objectClass'
     DESC 'RFC2256: object classes of the entity'