43 lines
1.8 KiB
Plaintext
43 lines
1.8 KiB
Plaintext
# corba.ldif -- Corba Object Schema
|
|
# depends upon core.ldif
|
|
# $OpenLDAP$
|
|
## This work is part of OpenLDAP Software <http://www.openldap.org/>.
|
|
##
|
|
## Copyright 1998-2013 The OpenLDAP Foundation.
|
|
## All rights reserved.
|
|
##
|
|
## Redistribution and use in source and binary forms, with or without
|
|
## modification, are permitted only as authorized by the OpenLDAP
|
|
## Public License.
|
|
##
|
|
## A copy of this license is available in the file LICENSE in the
|
|
## top-level directory of the distribution or, alternatively, at
|
|
## <http://www.OpenLDAP.org/license.html>.
|
|
#
|
|
## Portions Copyright (C) The Internet Society (1999).
|
|
## Please see full copyright statement below.
|
|
#
|
|
# From RFC 2714 [portions trimmed]:
|
|
# Schema for Representing CORBA Object References in an LDAP Directory
|
|
#
|
|
# This file was automatically generated from corba.schema; see that file
|
|
# for complete references.
|
|
#
|
|
dn: cn=corba,cn=schema,cn=config
|
|
objectClass: olcSchemaConfig
|
|
cn: corba
|
|
olcAttributeTypes: {0}( 1.3.6.1.4.1.42.2.27.4.1.14 NAME 'corbaIor' DESC 'Strin
|
|
gified interoperable object reference of a CORBA object' EQUALITY caseIgnoreI
|
|
A5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
|
|
olcAttributeTypes: {1}( 1.3.6.1.4.1.42.2.27.4.1.15 NAME 'corbaRepositoryId' DE
|
|
SC 'Repository ids of interfaces implemented by a CORBA object' EQUALITY case
|
|
ExactMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
|
|
olcObjectClasses: {0}( 1.3.6.1.4.1.42.2.27.4.2.10 NAME 'corbaContainer' DESC '
|
|
Container for a CORBA object' SUP top STRUCTURAL MUST cn )
|
|
olcObjectClasses: {1}( 1.3.6.1.4.1.42.2.27.4.2.9 NAME 'corbaObject' DESC 'CORB
|
|
A object representation' SUP top ABSTRACT MAY ( corbaRepositoryId $ descripti
|
|
on ) )
|
|
olcObjectClasses: {2}( 1.3.6.1.4.1.42.2.27.4.2.11 NAME 'corbaObjectReference'
|
|
DESC 'CORBA interoperable object reference' SUP corbaObject AUXILIARY MUST co
|
|
rbaIor )
|