This file is indexed.

/etc/ldap/schema/noreduperson-1.5-openldap.schema is in debian-edu-config 1.702.

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
attributetype ( 1.3.6.1.4.1.2428.90.1.10
                 NAME 'norEduPersonLegalName'
                 DESC 'The legal name for the subject it is associated with'
                 SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
                 SUBSTR caseIgnoreSubstringsMatch
                 EQUALITY caseIgnoreMatch
                 USAGE userApplications
                 SINGLE-VALUE )

attributetype ( 1.3.6.1.4.1.2428.90.1.5
                 NAME 'norEduPersonNIN'
                 DESC 'National Identity Number, assigned by public authorities'
                 SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
                 EQUALITY caseIgnoreMatch
                 USAGE userApplications
                 SINGLE-VALUE )

attributetype ( 1.3.6.1.4.1.2428.90.1.4
                 NAME 'norEduPersonLIN'
                 DESC 'Locally defined unique identifier for a person'
                 SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
                 SUBSTR caseIgnoreSubstringsMatch
                 EQUALITY caseIgnoreMatch
                 USAGE userApplications )

attributetype ( 1.3.6.1.4.1.2428.90.1.6
                 NAME 'norEduOrgAcronym'
                 DESC 'Acronym for the organization.'
                 SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
                 EQUALITY caseIgnoreMatch
                 USAGE userApplications)

attributetype ( 1.3.6.1.4.1.2428.90.1.3
                 NAME 'norEduPersonBirthDate'
                 DESC 'Birth date for a person.'
                 SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
                 EQUALITY integerMatch
                 USAGE userApplications
                 SINGLE-VALUE )

attributetype ( 1.3.6.1.4.1.2428.90.1.11
                  NAME 'norEduOrgSchemaVersion'
                  DESC 'Version number of the norEdu schema used by the organization'
                  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
                  EQUALITY caseIgnoreMatch
                  USAGE userApplications )

attributetype ( 1.3.6.1.4.1.2428.90.1.7
                  NAME 'norEduOrgUniqueIdentifier'
                  DESC 'Unique identifier describing the organization.'
                  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
                  EQUALITY caseIgnoreMatch
                  USAGE userApplications
                  SINGLE-VALUE )

attributetype ( 1.3.6.1.4.1.2428.90.1.8
                  NAME 'norEduOrgUnitUniqueIdentifier'
                  DESC 'Unique identifier describing the organizational unit.'
                  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
                  EQUALITY caseIgnoreMatch
                  USAGE userApplications
                  SINGLE-VALUE )

attributetype ( 1.3.6.1.4.1.2428.90.1.12
                  NAME 'norEduOrgNIN'
                  DESC 'Identifier assigned to the organization by public authorities'
                  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
                  EQUALITY caseIgnoreMatch
                  USAGE userApplications
                  SINGLE-VALUE )

attributetype ( 1.3.6.1.4.1.2428.90.1.1
                  NAME 'norEduOrgUniqueNumber'
                  DESC 'The number describing the institution.'
                  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
                  EQUALITY integerMatch
                  USAGE userApplications
                  SINGLE-VALUE )

attributetype ( 1.3.6.1.4.1.2428.90.1.2
                  NAME 'norEduOrgUnitUniqueNumber'
                  DESC 'The number describing the organizational unit.'
                  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
                  EQUALITY integerMatch
                  USAGE userApplications
                  SINGLE-VALUE )

attributetype ( 1.3.6.1.4.1.2428.90.1.9
                  NAME 'federationFeideSchemaVersion'
                  DESC 'The norEdu scheme version used by the LDAP of the organization .'
                  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
                  EQUALITY caseIgnoreMatch
                  USAGE userApplications
                  SINGLE-VALUE )

objectclass ( 1.3.6.1.4.1.2428.90.2.1
                 NAME 'norEduOrg'
                 AUXILIARY
                 DESC 'Supplementary attributes for an educational organization'
                 MAY ( norEduOrgUniqueIdentifier $ norEduOrgNIN $
                       norEduOrgAcronym $ norEduOrgSchemaVersion $
                       dc $ mail $ labeledURI) )

objectclass ( 1.3.6.1.4.1.2428.90.2.2
                 NAME 'norEduOrgUnit'
                 AUXILIARY
                 DESC 'Supplementary attributes for a unit of an educational organization'
                 MAY ( norEduOrgUnitUniqueIdentifier $ norEduOrgAcronym $
                       cn $ mail $ labeledURI) )

objectclass ( 1.3.6.1.4.1.2428.90.2.3
                 NAME 'norEduPerson'
                 AUXILIARY
                 DESC 'Supplementary attributes for a person affiliated with an educational organization'
                 MAY ( norEduPersonLegalName $ norEduPersonNIN $ norEduPersonLIN $ 
                       norEduPersonBirthDate) )

objectclass ( 1.3.6.1.4.1.2428.90.2.4
                 NAME 'norEduObsolete'
                 AUXILIARY
                 DESC 'Attributes obsoleted in norEdu 1.4 or later'
                 MAY ( norEduOrgUniqueNumber $ norEduOrgUnitUniqueNumber $
                       federationFeideSchemaVersion) )