This file is indexed.

/etc/ldap/schema/fusiondirectory/cyrus-fd.schema is in fusiondirectory-plugin-cyrus-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
##
## cyrus-fd.schema - Needed by Fusion Directory for managing cyrus servers
##

# attributes

attributetype ( 1.3.6.1.4.1.38414.14.1.2 NAME 'fdCyrusConnect'
  DESC 'FusionDirectory - PHP connect string for Cyrus server'
  EQUALITY caseExactIA5Match
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
  SINGLE-VALUE)

attributetype ( 1.3.6.1.4.1.38414.14.1.3 NAME 'fdCyrusAdmin'
  DESC 'FusionDirectory - Cyrus admin account'
  EQUALITY caseExactIA5Match
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
  SINGLE-VALUE)

attributetype ( 1.3.6.1.4.1.38414.14.1.4 NAME 'fdCyrusPassword'
  DESC 'FusionDirectory - Cyrus admin password'
  EQUALITY caseExactIA5Match
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
  SINGLE-VALUE)

attributetype ( 1.3.6.1.4.1.38414.14.1.5 NAME 'fdCyrusSieveServer'
  DESC 'FusionDirectory - Cyrus sieve server address or name'
  EQUALITY caseExactIA5Match
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
  SINGLE-VALUE)

# cyrus imapd access control list acls work with users and groups
attributetype ( 1.3.6.1.4.1.38414.14.1.6 NAME 'fdCyrusAcl'
  DESC 'FusionDirectory - Cyrus acl for folders'
  EQUALITY caseIgnoreIA5Match
  SUBSTR caseIgnoreIA5SubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} )

# Objectclasses
objectclass (1.3.6.1.4.1.38414.14.2.1 NAME 'fdCyrusServer' SUP top AUXILIARY
  DESC 'FusionDirectory - Cyrus server description'
  MUST ( cn $ fdCyrusConnect $ fdCyrusAdmin $ fdCyrusPassword )
  MAY  ( fdCyrusSieveServer ))