This file is indexed.

/etc/ldap/schema/fusiondirectory/applications-fd-conf.schema is in fusiondirectory-plugin-applications-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
##
## applications-fd-conf.schema - Needed by FusionDirectory for configuration of the applications plugin
##

# Attributes

## RDNs

attributetype ( 1.3.6.1.4.1.38414.37.1.1 NAME 'fdApplicationsRDN'
  DESC 'FusionDirectory - Applications RDN'
  EQUALITY caseExactIA5Match
  SUBSTR caseExactIA5SubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
  SINGLE-VALUE)

attributetype ( 1.3.6.1.4.1.38414.37.1.2 NAME 'fdWebappsRDN'
  DESC 'FusionDirectory - Web applications RDN'
  EQUALITY caseExactIA5Match
  SUBSTR caseExactIA5SubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
  SINGLE-VALUE)

attributetype ( 1.3.6.1.4.1.38414.37.1.3 NAME 'fdWebappsMenu'
  DESC 'FusionDirectory - Show web applications links in FD menu - none/allowed/all'
  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.37.2.1 NAME 'fdApplicationsPluginConf'
  DESC 'FusionDirectory applications plugin configuration'
  SUP top AUXILIARY
  MUST ( cn )
  MAY ( fdApplicationsRDN $ fdWebappsRDN $ fdWebappsMenu ) )