This file is indexed.

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

# Attributes
attributetype ( 1.3.6.1.4.1.38414.35.1.1 NAME 'fdUserKeyDN'
  DESC 'FusionDirectory - Repository type'
  EQUALITY caseExactIA5Match
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26)

# Objectclasses
objectclass (1.3.6.1.4.1.38414.35.2.1 NAME 'fdGpgAccount' SUP top AUXILIARY
  DESC 'FusionDirectory - User GPG tab'
  MUST ( fdUserKeyDN ) )