This file is indexed.

/etc/ldap/schema/Glue-MDS.schema is in glue-schema 2.0.11-1.

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
# This file defines the 'Mds' object used as the root of the bdii infosys tree.

# The 'Mds' object was originally defined as follows in the Globus
# grid-info-resource.schema file:
#
# objectclass ( 1.3.6.1.4.1.3536.2.6
#     NAME 'Mds'
#     ABSTRACT
#     MUST ( Mds-validfrom $ Mds-validto )
#     MAY Mds-keepto
#  )
#
# The 'Mds' object as defined by gLite in earlier versions of this file was:
#
# objectclass ( 1.3.6.1.4.1.3536.2.6.1.4
#     NAME 'Mds'
#     STRUCTURAL
#     MUST Mds-Vo-name
#  )
#
# This definition of the 'Mds' object is more similar to the definition of the
# 'MdsVo' object in the Globus grid-info-resource.schema file:
#
# objectclass ( 1.3.6.1.4.1.3536.2.6.1.4
#     NAME 'MdsVo'
#     SUP 'Mds'
#     STRUCTURAL
#     MUST Mds-Vo-name
#  )
#
# The definition of the 'Mds' object below has been created to support
# storing objects defined using either of the above definitions.

attributetype ( 1.3.6.1.4.1.3536.2.6.0.1
    NAME 'Mds-validfrom'
    DESC 'Object creation time'
    EQUALITY    generalizedTimeMatch
    ORDERING    generalizedTimeOrderingMatch
    SUBSTR      caseIgnoreSubstringsMatch
    SYNTAX      1.3.6.1.4.1.1466.115.121.1.24
    SINGLE-VALUE
 )

attributetype ( 1.3.6.1.4.1.3536.2.6.0.2
    NAME 'Mds-validto'
    DESC 'Object expiration time'
    EQUALITY    generalizedTimeMatch
    ORDERING    generalizedTimeOrderingMatch
    SUBSTR      caseIgnoreSubstringsMatch
    SYNTAX      1.3.6.1.4.1.1466.115.121.1.24
    SINGLE-VALUE
 )

attributetype ( 1.3.6.1.4.1.3536.2.6.0.3
    NAME 'Mds-keepto'
    DESC 'Object purge time'
    EQUALITY    generalizedTimeMatch
    ORDERING    generalizedTimeOrderingMatch
    SUBSTR      caseIgnoreSubstringsMatch
    SYNTAX      1.3.6.1.4.1.1466.115.121.1.24
    SINGLE-VALUE
 )

attributetype ( 1.3.6.1.4.1.3536.2.6.1.4.0.1
    NAME 'Mds-Vo-name'
    DESC 'Locally unique VO name'
    EQUALITY    caseIgnoreMatch
    SUBSTR      caseIgnoreSubstringsMatch
    SYNTAX      1.3.6.1.4.1.1466.115.121.1.15
    SINGLE-VALUE
 )

objectclass ( 1.3.6.1.4.1.3536.2.6.1.4
    NAME ( 'Mds' 'MdsVo' )
    STRUCTURAL
    MAY ( Mds-validfrom $ Mds-validto $ Mds-keepto $ Mds-Vo-name )
 )