This file is indexed.

/etc/ldap/ipnetworks.ldif 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
25
# These subnet definitions is based on RFC 2307.  The subtree
# ou=networks is selected because it is recommended in
# http://tools.ietf.org/id/draft-howard-rfc2307bis-02.txt
# [pere 2010-07-22].

dn: ou=networks,dc=skole,dc=skolelinux,dc=no
objectClass: top
objectClass: organizationalUnit
ou: networks

dn: cn=backbonenet,ou=networks,dc=skole,dc=skolelinux,dc=no
objectClass: top
objectClass: ipNetwork
cn: backbonenet
ipNetworkNumber: 10.0.0.0
ipNetmaskNumber: 255.0.0.0
description: The skolelinux backbone network

dn: cn=thinclientnet,ou=networks,dc=skole,dc=skolelinux,dc=no
objectClass: top
objectClass: ipNetwork
cn: thinclientnet
ipNetworkNumber: 192.168.0.0
ipNetmaskNumber: 255.255.255.0
description: The skolelinux thin client network