This file is indexed.

/etc/ldap/schema/Glue-CORE.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
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
# GLUE Core 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.1 $  $Date: 2007/01/18 12:42:57 $
#
#
# OID Structure
#
#     Top
#      |
#      ---- GlueTop 1.3.6.1.4.1.8005.100
#             |
#             ---- .1. GlueGeneralTop
#             |     |
#             |     ---- .1. ObjectClass
#             |     |     |
#             |     |     ---- .1 GlueSchemaVersion
#             |     |     |
#             |     |     ---- .4 GlueKey
#             |     |     |
#             |     |     ---- .5 GlueInformationService
#             |     |     |
#             |     |     ---- .6 GlueService
#             |     |     |
#             |     |     ---- .7 GlueServiceData
#             |     |     |
#             |     |     ---- .8 GlueSite
#             |     |
#             |     ---- .2. Attributes
#             |           |
#             |           ---- .1. Attributes for GlueSchemaVersion
#             |           |
#             |           ---- .4. Attributes for GlueKey
#             |           |
#             |           ---- .5. Attributes for GlueInformationService
#             |           |
#             |           ---- .6. Attributes for GlueService
#             |           |
#             |           ---- .7. Attributes for GlueServiceData
#             |           |
#             |           ---- .8. Attributes for GlueSite

#*************************************
#   Base Class for the Glue Schema

objectclass ( 1.3.6.1.4.1.8005.100
    NAME 'GlueTop'
    DESC 'Base class for the Glue Schema'
    SUP  'Top'
    ABSTRACT )

#**********************************************
#   Base Class for general object classes, attributes,
#   matching rules, etc

objectclass ( 1.3.6.1.4.1.8005.100.1
    NAME 'GlueGeneralTop'
    DESC 'Base class for general items in the glue schema'
    SUP  'GlueTop'
    ABSTRACT)

#******************************************************
#     GlueGeneralTop  .1
#            |
#       ------------
#       |         |
#    Obj .1.    Attr .2.5.
#       |         |
#    GlueInformationService
#       .5
#

attributetype ( 1.3.6.1.4.1.8005.100.1.2.5.1
    NAME        'GlueInformationServiceURL'
    DESC        'The Information Service URL publishing the related info'
    EQUALITY    caseIgnoreIA5Match
    SUBSTR      caseIgnoreIA5SubstringsMatch
    SYNTAX      1.3.6.1.4.1.1466.115.121.1.26
    SINGLE-VALUE)

objectclass ( 1.3.6.1.4.1.8005.100.1.1.5
    NAME        'GlueInformationService'
    DESC        'Info for the InformationService'
    SUP         'GlueGeneralTop'
    AUXILIARY
    MAY        (GlueInformationServiceURL) )

#******************************************************
#     GlueGeneralTop  .1
#            |
#       -----------
#       |         |
#    Obj .1.    Attr .2.1.
#       |         |
#  GlueSchemaVersion
#       .1
#

attributetype ( 1.3.6.1.4.1.8005.100.1.2.1.1
    NAME 	'GlueSchemaVersionMajor'
    DESC 	'Major Schema version number'
    EQUALITY    integerMatch
    ORDERING    integerOrderingMatch
    SYNTAX 	1.3.6.1.4.1.1466.115.121.1.27
    SINGLE-VALUE)

attributetype ( 1.3.6.1.4.1.8005.100.1.2.1.2
    NAME 	'GlueSchemaVersionMinor'
    DESC 	'Minor Schema version number'
    EQUALITY    integerMatch
    ORDERING    integerOrderingMatch
    SYNTAX 	1.3.6.1.4.1.1466.115.121.1.27
    SINGLE-VALUE)

objectclass ( 1.3.6.1.4.1.8005.100.1.1.1
    NAME 	'GlueSchemaVersion'
    DESC 	'Schema Version Number'
    SUP  	'GlueGeneralTop'
    AUXILIARY
    MUST 	(GlueSchemaVersionMajor $ GlueSchemaVersionMinor) )	

#**********************************************
#
#    Internal attributes to be used to overcome
#    OpenLDAP limitations in query flexibility
#
#     GlueGeneralTop  .1
#            |
#       -----------
#       |         |
#    Obj .1.    Attr .4.2.
#       |         |
#    GlueKey
#       .4
#


attributetype ( 1.3.6.1.4.1.8005.100.1.4.2.1
    NAME        'GlueChunkKey'
    DESC        'RDN (AttributeType=AttributeValue) to be used to reference related entry'
    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.4.2.2
    NAME        'GlueForeignKey'
    DESC        'RDN (AttributeType=AttributeValue)'
    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.4
    NAME        'GlueKey'
    DESC        'Internal atributes to express object associations'
    SUP         'GlueGeneralTop'
    AUXILIARY
    MAY         (GlueChunkKey $ GlueForeignKey) )

#**********************************************
#
#     GlueGeneralTop  .1
#            |
#       -----------
#       |         |
#    Obj .1.    Attr .6.2.
#       |         |
#    GlueService
#       .6
#


attributetype ( 1.3.6.1.4.1.8005.100.1.6.2.1
    NAME        'GlueServiceUniqueID'
    DESC        'Unique Identifier of this service'
    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.6.2.2
    NAME        'GlueServiceName'
    DESC        'Human-friendly name'
    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.6.2.3
    NAME        'GlueServiceType'
    DESC        'The service type'
    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.6.2.4
    NAME        'GlueServiceVersion'
    DESC        'Version of the service: <major version number>.<minor version number>.<patch version number>'
    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.6.2.5
    NAME        'GlueServiceEndpoint'
    DESC        'Network endpoint for this service'
    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.6.2.6
    NAME        'GlueServiceStatus'
    DESC        'Status of the service. String enumeration: OK, Warning, Critical, Unknown, Other'
    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.6.2.7
    NAME        'GlueServiceStatusInfo'
    DESC        'Textual explanation for the status of the service'
    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.6.2.8
    NAME        'GlueServiceWSDL'
    DESC        'URI of the WSDL describing the service'
    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.6.2.9
    NAME        'GlueServiceSemantics'
    DESC        'URL of detailed description'
    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.6.2.10
    NAME        'GlueServiceStartTime'
    DESC        'The timestamp related to last start time of this service'
    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.6.2.11
    NAME        'GlueServiceOwner'
    DESC        'Owner of the service (e.g.: one or more VOs)'
    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.6.2.12
    NAME        'GlueServiceURI'
    DESC        'URI of the service (D), use GlueServiceUniqueID'
    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.6.2.13
    NAME        'GlueServiceAccessPointURL'
    DESC        'the service URL (D), use GlueServiceEndpoint'
    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.6.2.14
    NAME        'GlueServicePrimaryOwnerName'
    DESC        'name of the primary owner for this service (D), use GlueServiceOwner'
    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.6.2.15
    NAME        'GlueServicePrimaryOwnerContact'
    DESC        'contact of the primary owner for this service (D), use related GlueSite contact info'
    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.6.2.16
    NAME        'GlueServiceHostingOrganization'
    DESC        'the organization hosting this service (D), use relationship to GlueSite'
    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.6.2.17
    NAME        'GlueServiceMajorVersion'
    DESC        'service implementatin major version (D), use GlueServiceVersion'
    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.6.2.18
    NAME        'GlueServiceMinorVersion'
    DESC        'service implementatin minor version (D), use GlueServiceVersion'
    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.6.2.19
    NAME        'GlueServicePatchVersion'
    DESC        'service implementatin patch version (D), use GlueServiceVersion'
    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.6.2.20
    NAME        'GlueServiceAccessControlRule'
    DESC        'authorized rule for this service (D)'
    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.6.2.21
    NAME        'GlueServiceInformationServiceURL'
    DESC        'URL of the information service that can provide info for this service (D), use GlueInformationService class'
    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.6.2.22
    NAME        'GlueServiceAccessControlBaseRule'
    DESC        'authorized rule for this service (D)'
    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.6
    NAME        'GlueService'
    DESC        'Service entity'
    SUP         'GlueGeneralTop'
    STRUCTURAL
    MUST        GlueServiceUniqueID
    MAY         ( GlueServiceVersion $ GlueServiceName $ GlueServiceType $ GlueServiceEndpoint $ GlueServiceStatus $ GlueServiceStatusInfo $ GlueServiceWSDL $ GlueServiceSemantics $ GlueServiceStartTime $ GlueServiceOwner $ GlueServiceAccessPointURL $ GlueServicePrimaryOwnerName $ GlueServicePrimaryOwnerContact $ GlueServiceHostingOrganization $ GlueServiceMajorVersion $ GlueServiceMinorVersion $ GlueServicePatchVersion $ GlueServiceInformationServiceURL $ GlueServiceAccessControlRule $ GlueServiceURI $ GlueServiceAccessControlBaseRule $ GlueSchemaVersionMajor $ GlueSchemaVersionMinor $ GlueInformationServiceURL $ GlueForeignKey) )

#**********************************************
#
#     GlueGeneralTop  .1
#            |
#       -----------
#       |         |
#    Obj .1.    Attr .7.2.
#       |         |
#    GlueServiceData
#       .7
#


attributetype ( 1.3.6.1.4.1.8005.100.1.7.2.1
    NAME        'GlueServiceDataKey'
    DESC        'key'
    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.7.2.2
    NAME        'GlueServiceDataValue'
    DESC        'value'
    EQUALITY    caseIgnoreIA5Match
    SUBSTR      caseIgnoreIA5SubstringsMatch
    SYNTAX      1.3.6.1.4.1.1466.115.121.1.26
    SINGLE-VALUE)

objectclass ( 1.3.6.1.4.1.8005.100.1.1.7
    NAME        'GlueServiceData'
    DESC        'Service entity'
    SUP         'GlueGeneralTop'
    STRUCTURAL
    MUST        GlueServiceDataKey
    MAY         (GlueServiceDataValue $ GlueChunkKey) )

#**********************************************
#
#     GlueGeneralTop  .1
#            |
#       -----------
#       |         |
#    Obj .1.    Attr .8.2.
#       |         |
#    GlueSite
#       .8
#


attributetype ( 1.3.6.1.4.1.8005.100.1.8.2.1
    NAME        'GlueSiteUniqueID'
    DESC        'unique identifier for the site'
    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.8.2.2
    NAME        'GlueSiteName'
    DESC        'Human-readable name'
    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.8.2.3
    NAME        'GlueSiteDescription'
    DESC        'Short description of this site'
    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.8.2.4
    NAME        'GlueSiteUserSupportContact'
    DESC        'E-mail addresses of the support service. Syntax rule, mailto: followed by a list of email addresses separated by a comma (e.g.: mailto: email1, email2, email3'
    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.8.2.5
    NAME        'GlueSiteSysAdminContact'
    DESC        'E-mail addresses of the sys admin. Syntax rule, mailto: followed by a list of email addresses separated by a comma (e.g.: mailto: email1, email2, email3'
    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.8.2.6
    NAME        'GlueSiteSecurityContact'
    DESC        'E-mail addresses of the security. Syntax rule, mailto: followed by a list of email addresses separated by a comma (e.g.: mailto: email1, email2, email3'
    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.8.2.7
    NAME        'GlueSiteLocation'
    DESC        'Geographical location of this site (e.g., city, state, country)'
    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.8.2.8
    NAME        'GlueSiteLatitude'
    DESC        'the position of a place north or south of the  equator measured from -90 to 90 degrees with positive values going north and negative values going south'
    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.8.2.9
    NAME        'GlueSiteLongitude'
    DESC        'the position of a place east or west of Greenwich, England measured from -180 to 180 degrees with positive values going east and negative values going west'
    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.8.2.10
    NAME        'GlueSiteWeb'
    DESC        'The URI identifying a web page with more information about this site'
    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.8.2.11
    NAME        'GlueSiteSponsor'
    DESC        'VO sponsoring the site; the syntax should allow the expression of the percentage of sponsorship'
    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.8.2.12
    NAME        'GlueSiteOtherInfo'
    DESC        'This attribute is to be used to publish info that does not fit in any other attribute of the site entity. A name=value pair syntax or an XML structure are example of usage'
    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.8.2.13
    NAME        'GlueSiteEmailContact'
    DESC        'The main email contact for the site. Syntax rule: mailto: followed by a list of email addresses separated by a comma (e.g.: mailto: email1, email2, email3)'
    EQUALITY    caseIgnoreIA5Match
    SUBSTR      caseIgnoreIA5SubstringsMatch
    SYNTAX      1.3.6.1.4.1.1466.115.121.1.26
    SINGLE-VALUE)

objectclass ( 1.3.6.1.4.1.8005.100.1.1.8
    NAME        'GlueSite'
    DESC        'Site entity'
    SUP         'GlueGeneralTop'
    STRUCTURAL
    MUST        GlueSiteUniqueID
    MAY         (GlueSiteDescription $ GlueSiteName $ GlueSiteUserSupportContact $ GlueSiteSysAdminContact $ GlueSiteSecurityContact $ GlueSiteLocation $ GlueSiteLatitude $ GlueSiteLongitude $ GlueSiteWeb $ GlueSiteSponsor $ GlueSiteOtherInfo $ GlueSiteEmailContact $ GlueSchemaVersionMajor $ GlueSchemaVersionMinor) )