This file is indexed.

/etc/ldap/schema/fusiondirectory/dns-fd-conf.schema is in fusiondirectory-plugin-dns-schema 1.0.8.2-5+deb8u1.

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
##
## dns-fd.schema - Needed by Fusion Directory for managing DNS
##

# Attributes
attributetype ( 1.3.6.1.4.1.38414.43.1.1 NAME 'fdDNSFinalDot'
  DESC 'FusionDirectory - DNS final dot'
  EQUALITY booleanMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
  SINGLE-VALUE )

# Object Class
objectclass ( 1.3.6.1.4.1.38414.43.2.1 NAME 'fdDnsPluginConf'
  DESC 'FusionDirectory dns plugin configuration'
  SUP top AUXILIARY
  MUST ( cn )
  MAY ( fdDNSFinalDot ) )