This file is indexed.

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

# Attributes
attributetype ( 1.3.6.1.4.1.38414.22.1.1 NAME 'fdNetgroupRDN'
  DESC 'FusionDirectory - netgroup 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.22.2.1 NAME 'fdNetgroupPluginConf'
  DESC 'FusionDirectory netgroup plugin configuration'
  SUP top AUXILIARY
  MUST ( cn )
  MAY ( fdNetgroupRDN ) )