This file is indexed.

/etc/ldap/schema/fusiondirectory/debconf-fd.schema is in fusiondirectory-plugin-debconf-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
18
19
20
21
22
##
## debconf-fd.schema - Needed by Fusion Directory for managing debconf templates and profiles for preseed
##

# Attributes
attributetype ( 1.3.6.1.4.1.38414.4.1.1 NAME 'debconfProfile'
	DESC 'Fusion Directory - Debconf profile to use'
	EQUALITY caseExactIA5Match
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
  SINGLE-VALUE )

attributetype ( 1.3.6.1.4.1.38414.4.1.2 NAME 'debconfDebianRelease'
	DESC 'Fusion Directory - Debian release to use'
	EQUALITY caseExactIA5Match
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
  SINGLE-VALUE )

# Object Class
objectclass ( 1.3.6.1.4.1.38414.4.2.1 NAME 'debconfStartup'
  DESC 'Fusion Directory - Use debconf for startup'
  SUP top AUXILIARY
  MUST ( debconfProfile $ debconfDebianRelease ) )