62 lines
2.0 KiB
Plaintext
62 lines
2.0 KiB
Plaintext
# corba.schema -- Corba Object Schema
|
|
# depends upon core.schema
|
|
# $OpenLDAP: pkg/ldap/servers/slapd/schema/corba.schema,v 1.4.2.3 2007/01/02 21:44:09 kurt Exp $
|
|
# $OpenLDAP: pkg/ldap/servers/slapd/schema/corba.schema,v 1.4.2.3 2007/01/02 21:44:09 kurt Exp $
|
|
## This work is part of OpenLDAP Software <http://www.openldap.org/>.
|
|
##
|
|
## Copyright 1998-2007 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>.
|
|
#
|
|
|
|
# The version of this file as distributed by the OpenLDAP Foundation
|
|
# contains text from an IETF RFC explaining the schema. Unfortunately,
|
|
# that text is covered by a license that doesn't meet Debian's Free
|
|
# Software Guidelines. This is a stripped version of the schema that
|
|
# contains only the functional schema definition, not the text of the
|
|
# RFC.
|
|
#
|
|
# For an explanation of this schema, see RFC 2714, at (among other
|
|
# places): http://www.ietf.org/rfc/rfc2714.txt
|
|
|
|
attributetype ( 1.3.6.1.4.1.42.2.27.4.1.14
|
|
NAME 'corbaIor'
|
|
DESC 'Stringified interoperable object reference of a CORBA object'
|
|
EQUALITY caseIgnoreIA5Match
|
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
|
|
SINGLE-VALUE )
|
|
|
|
attributetype ( 1.3.6.1.4.1.42.2.27.4.1.15
|
|
NAME 'corbaRepositoryId'
|
|
DESC 'Repository ids of interfaces implemented by a CORBA object'
|
|
EQUALITY caseExactMatch
|
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
|
|
|
|
objectclass ( 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 )
|
|
|
|
objectclass ( 1.3.6.1.4.1.42.2.27.4.2.9
|
|
NAME 'corbaObject'
|
|
DESC 'CORBA object representation'
|
|
SUP top
|
|
ABSTRACT
|
|
MAY ( corbaRepositoryId $ description ) )
|
|
|
|
objectclass ( 1.3.6.1.4.1.42.2.27.4.2.11
|
|
NAME 'corbaObjectReference'
|
|
DESC 'CORBA interoperable object reference'
|
|
SUP corbaObject
|
|
AUXILIARY
|
|
MUST corbaIor )
|