This file is indexed.

/etc/ldap/schema/dnsdomainaux.schema is in debian-edu-config 1.702.

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
# This schema is based on the objectclasses dNSDomain from
# cosine.schema and dNSDomain2 from dnsdomain2.schema, copying the
# attributes of two object classes and switching them from structural
# to auxiliary to allow it to be combined with dhcpHost structural
# objects.
#
# OID Base is 1.3.6.1.4.1.8990.42, and attributes are under .1 while
# object classes are under .2.  See README.OID for allocated OIDs.
#
# Not allocating final OID yet, using 1.1 which according to Bjørn Ove
# Grøtan can be safely used for testing

objectclass ( 1.3.6.1.4.1.8990.42.2.100 NAME 'dnsDomainAux'
    SUP top
    AUXILIARY
    MAY ( ARecord $ MDRecord $ MXRecord $ NSRecord $ SOARecord $ CNAMERecord $
          DNSTTL $ DNSClass $ WKSRecord $ PTRRecord $ HINFORecord $
          MINFORecord $ TXTRecord $ RPRecord $ AFSDBRecord $ SIGRecord $
          KEYRecord $ GPOSRecord $ AAAARecord $ LOCRecord $
          NXTRecord $ SRVRecord $ NAPTRRecord $ KXRecord $ CERTRecord $
          A6Record $ DNAMERecord $ APLRecord $ DSRecord $
          SSHFPRecord $ IPSECKEYRecord $ RRSIGRecord $ NSECRecord $
          DNSKEYRecord $ DHCIDRecord $ SPFRecord
    ))