Oracle Internet Directory Administrator's Guide Release 9.2 Part Number A96574-01 |
|
This appendix briefly lists different schema elements supported by Oracle Internet Directory. Most of these elements are used as defined by the ldapext and ASID working groups of the Internet Engineering Task Force (IETF).
See Also:
The following URLs on the World Wide Web:
|
This appendix contains these topics:
Oracle Internet Directory enforces the following Requests for Comments (RFCs) of the Internet Engineering Task Force (IETF):
Oracle Internet Directory enforces the following two drafts of the IETF:
Draft: |
"Definition of the inetOrgPerson LDAP Object Class" |
URL: |
Draft: |
"Referrals and Knowledge References in LDAP Directories" |
URL: |
http://www.ietf.org/proceedings/99nov/I-D/draft-ietf-ldapext-knowledge-00.txt |
Oracle Internet Directory's proprietary schema includes attributes and object classes in these categories:
In addition, Oracle Internet Directory installation includes schema elements that enable specific Oracle products to use Oracle Internet Directory. For information about these schema elements, see the documentation for the specific Oracle product.
Attributes |
|
Object Class |
|
Attributes |
|
Attributes |
|
Object class |
|
The following table lists and describes the entire set of configuration set entry attributes that are used to configure an instance of a directory server.
See Also:
|
Syntax defines the type of values that an attribute can hold. Oracle Internet Directory recognizes most of the syntax specified in RFC 2252, that is, it enables you to associate most of the syntax described in that document with an attribute. In addition to recognizing most LDAP syntax, Oracle Internet Directory enforces some LDAP syntax.
This section covers topics in the following subsections:
Oracle Internet Directory enforces LDAP syntax for the following:
The following LDAP syntax is more commonly used:
In addition to the commonly used LDAP syntax defined in the previous section, Oracle Internet Directory recognizes LDAP syntax for the following:
Syntax does not put any specific size constraint on attribute values. You can, however, use syntax to specify the size of the attribute value. Oracle Internet Directory does not enforce the 'len' characteristics on the attribute.
For example, to limit an attribute foo to a size of 64, you would define the attribute as follows:
(object_identifier_of_attribute NAME 'foo' EQUALITY caseIgnoreMatch SYNTAX 'object_identifier_of_syntax{64}')
See Also:
Section 4.1.6 f of RFC2251 for more information on Attribute Value. You can find this RFC at the following URL: http://www.ietf.org/rfc/rfc2251.txt. |
Oracle Internet Directory recognizes the following matching rules definitions in the schema.
Of the matching rules in the previous list, Oracle Internet Directory actually enforces the following when it compares attribute values:
distinguishedNameMatch |
caseExactMatch |
caseIgnoreMatch |
numericStringMatch |
IntegerMatch |
telephoneNumberMatch |
A user is represented by using the following object classes: OrclUser
, OrclUserV2
, in addition to inetOrgPerson
. Table C-1 describes the attribute names.
|
Copyright © 1999, 2002 Oracle Corporation. All Rights Reserved. |
|