This file is indexed.

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

# Attributes
attributetype ( 1.3.6.1.4.1.38414.32.1.1 NAME 'fdSogoRDN'
  DESC 'FusionDirectory - SOGo RDN'
  EQUALITY caseExactIA5Match
  SUBSTR caseExactIA5SubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
  SINGLE-VALUE)

# Object Class
objectclass ( 1.3.6.1.4.1.38414.32.2.1 NAME 'fdSogoPluginConf'
  DESC 'FusionDirectory sogo plugin configuration'
  SUP top AUXILIARY
  MUST ( cn )
  MAY ( fdSogoRDN ) )