/etc/ldap/schema/Glue-CESEBind.schema is in glue-schema 2.0.10-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 | # GLUE CE-SE Bind Schema
# Specification 1.2
#
# Namespace: Glue
#
# Copyright (c) 2002, 2003, 2004, 2005 Istituto Nazionale di Fisica Nucleare
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# Author: Sergio Andreozzi <sergio.andreozzi@cnaf.infn.it>
#
# Revision: $Revision: 1.4 $ $Date: 2008/12/11 18:52:32 $
#
# NB: INCLUDE THIS FILE IN THE LDAP CONFIGURATION FILE
# AFTER TO HAVE INCLUDED Glue-CORE.schema
#
# OID Structure
#
# Top
# |
# ---- GlueTop 1.3.6.1.4.1.8005.100 (defined in the CE schema)
# |
# ---- .1. GlueGeneralTop (defined in the CE schema)
# | |
# | ---- .1. ObjectClass
# | | |
# | | ---- .2 GlueCESEBindGroup
# | | |
# | | ---- .3 GlueCESEBind
# | |
# | ---- .2. Attributes
# | | |
# | | ---- .2. Attributes for GlueCESEBindGroup
# | | |
# | | ---- .3. Attributes for GlueCESEBind
#******************************************************
# GlueGeneralTop .1
# |
# -----------
# | |
# Obj .1. Attr .2.2.
# | |
# GlueCESEBindGroup
# .2
#
attributetype ( 1.3.6.1.4.1.8005.100.1.2.2.1
NAME 'GlueCESEBindGroupCEUniqueID'
DESC 'A Unique ID for the CE'
EQUALITY caseIgnoreIA5Match
SUBSTR caseIgnoreIA5SubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
SINGLE-VALUE)
attributetype ( 1.3.6.1.4.1.8005.100.1.2.2.3
NAME 'GlueCESEBindGroupSEUniqueID'
DESC 'A Unique ID for the SE'
EQUALITY caseIgnoreIA5Match
SUBSTR caseIgnoreIA5SubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26)
objectclass ( 1.3.6.1.4.1.8005.100.1.1.2
NAME 'GlueCESEBindGroup'
DESC 'To specify an association between an SE and a CE'
SUP 'GlueGeneralTop'
STRUCTURAL
MUST (GlueCESEBindGroupCEUniqueID)
MAY (GlueCESEBindGroupSEUniqueID))
#******************************************************
# GlueGeneralTop .1
# |
# -----------
# | |
# Obj .1. Attr .2.3.
# | |
# GlueCESEBind
# .3
#
attributetype ( 1.3.6.1.4.1.8005.100.1.2.3.1
NAME 'GlueCESEBindCEUniqueID'
DESC 'A Unique ID for the CE'
EQUALITY caseIgnoreIA5Match
SUBSTR caseIgnoreIA5SubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
SINGLE-VALUE)
attributetype ( 1.3.6.1.4.1.8005.100.1.2.3.2
NAME 'GlueCESEBindCEAccesspoint'
DESC 'The access point in the cluster from which CE can access a local SE'
EQUALITY caseIgnoreIA5Match
SUBSTR caseIgnoreIA5SubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
SINGLE-VALUE)
attributetype ( 1.3.6.1.4.1.8005.100.1.2.3.3
NAME 'GlueCESEBindSEUniqueID'
DESC 'A Unique ID for the SE'
EQUALITY caseIgnoreIA5Match
SUBSTR caseIgnoreIA5SubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
SINGLE-VALUE)
attributetype ( 1.3.6.1.4.1.8005.100.1.2.3.4
NAME 'GlueCESEBindMountInfo'
DESC 'Information about the name of the mount directory common to worker nodes part of the Computing Element and the exported directory from the Storage Element.'
EQUALITY caseIgnoreIA5Match
SUBSTR caseIgnoreIA5SubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26)
attributetype ( 1.3.6.1.4.1.8005.100.1.2.3.5
NAME 'GlueCESEBindWeight'
DESC 'It expresses a preference when multiple SE are bound to a CE; the higher, the better. Default is zero'
EQUALITY caseIgnoreIA5Match
SUBSTR caseIgnoreIA5SubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26)
objectclass ( 1.3.6.1.4.1.8005.100.1.1.3
NAME 'GlueCESEBind'
DESC 'To specify an association between an SE and a CE'
SUP 'GlueGeneralTop'
STRUCTURAL
MUST (GlueCESEBindCEUniqueID $ GlueCESEBindSEUniqueID)
MAY ( GlueCESEBindCEAccesspoint $ GlueCESEBindMountInfo $ GlueCESEBindWeight) )
|