10139N/A# CDDL HEADER START
10139N/A#
10139N/A# The contents of this file are subject to the terms of the
12219N/A# Common Development and Distribution License, Version 1.0 only
10139N/A# (the "License"). You may not use this file except in compliance
10139N/A# with the License.
10139N/A#
10139N/A# You can obtain a copy of the license at legal-notices/CDDLv1_0.txt
10139N/A# or http://forgerock.org/license/CDDLv1.0.html.
10139N/A# See the License for the specific language governing permissions
10139N/A# and limitations under the License.
15291N/A#
10139N/A# When distributing Covered Code, include this CDDL HEADER in each
10615N/A# file and include the License file at legal-notices/CDDLv1_0.txt.
16560N/A# If applicable, add the following below this CDDL HEADER, with the
16560N/A# fields enclosed by brackets "[]" replaced with your own identifying
10139N/A# information:
10139N/A# Portions Copyright [yyyy] [name of copyright owner]
10139N/A#
10139N/A# CDDL HEADER END
16560N/A#
10794N/A#
10139N/A# Copyright 2006-2008 Sun Microsystems, Inc.
10794N/A#
12773N/A#
12773N/A# This file contains schema definitions from RFC 2714, which defines a
12773N/A# mechanism for storing CORBA objects in the Directory Server.
10794N/Adn: cn=schema
10139N/AobjectClass: top
10640N/AobjectClass: ldapSubentry
10139N/AobjectClass: subschema
10640N/AattributeTypes: ( 1.3.6.1.4.1.42.2.27.4.1.14 NAME 'corbaIor'
10139N/A DESC 'Stringified interoperable object reference of a CORBA object'
10820N/A EQUALITY caseIgnoreIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
16105N/A SINGLE-VALUE X-ORIGIN 'RFC 2714' )
10820N/AattributeTypes: ( 1.3.6.1.4.1.42.2.27.4.1.15 NAME 'corbaRepositoryId'
16105N/A DESC 'Repository ids of interfaces implemented by a CORBA object'
10820N/A EQUALITY caseExactMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
10861N/A X-ORIGIN 'RFC 2714' )
13306N/AobjectClasses: ( 1.3.6.1.4.1.42.2.27.4.2.9 NAME 'corbaObject'
13379N/A DESC 'CORBA object representation' SUP top ABSTRACT
13379N/A MAY ( corbaRepositoryId $ description ) X-ORIGIN 'RFC 2714' )
15219N/AobjectClasses: ( 1.3.6.1.4.1.42.2.27.4.2.10 NAME 'corbaContainer'
14420N/A DESC 'Container for a CORBA object' SUP top STRUCTURAL MUST ( cn )
14503N/A X-ORIGIN 'RFC 2714' )
14503N/AobjectClasses: ( 1.3.6.1.4.1.42.2.27.4.2.11 NAME 'corbaObjectReference'
16472N/A DESC 'CORBA interoperable object reference' SUP corbaObject AUXILIARY
16434N/A MUST ( corbaIor ) X-ORIGIN 'RFC 2714' )
16472N/A
16442N/A