Subversion Repositories configs

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
9 - 1
# corba.ldif -- Corba Object Schema
2
#	depends upon core.ldif
3
# $OpenLDAP$
4
## This work is part of OpenLDAP Software <http://www.openldap.org/>.
5
##
6
## Copyright 1998-2014 The OpenLDAP Foundation.
7
## All rights reserved.
8
##
9
## Redistribution and use in source and binary forms, with or without
10
## modification, are permitted only as authorized by the OpenLDAP
11
## Public License.
12
##
13
## A copy of this license is available in the file LICENSE in the
14
## top-level directory of the distribution or, alternatively, at
15
## <http://www.OpenLDAP.org/license.html>.
16
#
17
## Portions Copyright (C) The Internet Society (1999).
18
## Please see full copyright statement below.
19
#
20
# From RFC 2714 [portions trimmed]:
21
#   Schema for Representing CORBA Object References in an LDAP Directory
22
#
23
# This file was automatically generated from corba.schema; see that file
24
# for complete references.
25
#
26
dn: cn=corba,cn=schema,cn=config
27
objectClass: olcSchemaConfig
28
cn: corba
29
olcAttributeTypes: {0}( 1.3.6.1.4.1.42.2.27.4.1.14 NAME 'corbaIor' DESC 'Strin
30
 gified interoperable object reference of a CORBA object' EQUALITY caseIgnoreI
31
 A5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
32
olcAttributeTypes: {1}( 1.3.6.1.4.1.42.2.27.4.1.15 NAME 'corbaRepositoryId' DE
33
 SC 'Repository ids of interfaces implemented by a CORBA object' EQUALITY case
34
 ExactMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
35
olcObjectClasses: {0}( 1.3.6.1.4.1.42.2.27.4.2.10 NAME 'corbaContainer' DESC '
36
 Container for a CORBA object' SUP top STRUCTURAL MUST cn )
37
olcObjectClasses: {1}( 1.3.6.1.4.1.42.2.27.4.2.9 NAME 'corbaObject' DESC 'CORB
38
 A object representation' SUP top ABSTRACT MAY ( corbaRepositoryId $ descripti
39
 on ) )
40
olcObjectClasses: {2}( 1.3.6.1.4.1.42.2.27.4.2.11 NAME 'corbaObjectReference'
41
 DESC 'CORBA interoperable object reference' SUP corbaObject AUXILIARY MUST co
42
 rbaIor )