This file is indexed.

/etc/ldap/schema/fusiondirectory/quota-fd.schema is in fusiondirectory-plugin-quota-schema 1.0.8.8-3ubuntu2.

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
# FusionDirectory Quota service LDAP schema

attributetype ( 1.3.6.1.4.1.38414.3.1.1 NAME 'quotaDeviceParameters'
        DESC 'Device where quota will be actived device:blocksize:description'
        EQUALITY caseExactIA5Match
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26)

attributetype ( 1.3.6.1.4.1.38414.3.1.2 NAME 'quotaMsgFromSupport'
        DESC 'mail Address of sender in case of quota exceed'
        EQUALITY caseExactIA5Match
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
        SINGLE-VALUE )

attributetype ( 1.3.6.1.4.1.38414.3.1.3 NAME 'quotaMsgSubjectSupport'
        DESC 'Subject of message in case of quota exceed'
        EQUALITY caseExactIA5Match
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
        SINGLE-VALUE )

attributetype ( 1.3.6.1.4.1.38414.3.1.4 NAME 'quotaMsgContactSupport'
        DESC 'Contact specified in message in case of quota exceed'
        EQUALITY caseExactIA5Match
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
        SINGLE-VALUE )

attributetype ( 1.3.6.1.4.1.38414.3.1.5 NAME 'quotaMsgSignatureSupport'
        DESC 'Signature of message in case of quota exceed'
        EQUALITY caseExactIA5Match
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
        SINGLE-VALUE )

attributetype ( 1.3.6.1.4.1.38414.3.1.6 NAME 'quotaMsgCharsetSupport'
        DESC 'Charset of message send in case of quota exceed'
        EQUALITY caseExactIA5Match
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
        SINGLE-VALUE )

attributetype ( 1.3.6.1.4.1.38414.3.1.7 NAME 'quotaLdapMailActive'
        DESC 'Activate LDAP request for sending mail'
        EQUALITY caseExactIA5Match
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
        SINGLE-VALUE )

attributetype ( 1.3.6.1.4.1.38414.3.1.8 NAME 'quotaLdapSearchIdAttribute'
        DESC 'which LDAP field to use for searching mail address'
        EQUALITY caseExactIA5Match
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
        SINGLE-VALUE )


attributetype ( 1.3.6.1.4.1.38414.3.1.9 NAME 'quotaLdapSearchMailAttribute'
        DESC 'Which LDAP field to read for geting email address'
        EQUALITY caseExactIA5Match
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
        SINGLE-VALUE )


attributetype ( 1.3.6.1.4.1.38414.3.1.10 NAME 'quotaMsgContentSupport'
        DESC 'Core of message to send to user'
        EQUALITY caseExactIA5Match
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
        SINGLE-VALUE )


attributetype ( 1.3.6.1.4.1.38414.3.1.11 NAME 'quotaCarbonCopyMail'
        DESC 'CC field of message in case of quota exceed'
        EQUALITY caseExactIA5Match
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
        SINGLE-VALUE )


attributetype ( 1.3.6.1.4.1.38414.3.1.12 NAME 'quotaMailCommand'
        DESC 'mail command for sending messages'
        EQUALITY caseExactIA5Match
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
        SINGLE-VALUE )


attributetype ( 1.3.6.1.4.1.38414.3.1.13 NAME 'quotaLdapServer'
        DESC 'dn of LDAP Server to Ask'
        EQUALITY caseExactIA5Match
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
        SINGLE-VALUE )

attributetype ( 1.3.6.1.4.1.38414.3.1.14 NAME 'quotaLdapServerUserDn'
        DESC 'Ldap User to use for asking LDAP data'
        EQUALITY caseExactIA5Match
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
        SINGLE-VALUE )


attributetype ( 1.3.6.1.4.1.38414.3.1.15 NAME 'quotaLdapServerUserPassword'
        DESC 'Ldap User password '
        EQUALITY caseExactIA5Match
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
        SINGLE-VALUE )

##
##              Objectclasses
##

# Terminal Server description
objectclass (1.3.6.1.4.1.38414.3.2.1 NAME 'quotaService' SUP top AUXILIARY
        DESC 'Quota Service'
        MUST ( cn )
        MAY  (quotaDeviceParameters $ quotaLdapServer $ quotaLdapServerUserDn $
              quotaLdapServerUserPassword $ quotaLdapSearchMailAttribute $
              quotaLdapSearchIdAttribute $ quotaLdapMailActive $
              quotaCarbonCopyMail $ quotaMailCommand $
              quotaMsgCharsetSupport $ quotaMsgSignatureSupport $
              quotaMsgContactSupport $ quotaMsgFromSupport $
              quotaMsgSubjectSupport $ quotaMsgContentSupport))