This file is indexed.

/etc/bind/named.conf.ldap2zone 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
zone "0.168.192.in-addr.arpa." {
	type master;
	notify yes;
	file "/etc/bind/db.0.168.192.in-addr.arpa.";
	
	
};
zone "10.in-addr.arpa." {
	type master;
	notify yes;
	file "/etc/bind/db.10.in-addr.arpa.";
	
	
};
zone "1.168.192.in-addr.arpa." {
	type master;
	notify yes;
	file "/etc/bind/db.1.168.192.in-addr.arpa.";
	
	
};
zone "intern" {
	type master;
	notify yes;
	file "/etc/bind/db.intern";
	
	
};
zone "subnet00.intern." {
	type master;
	notify yes;
	file "/etc/bind/db.subnet00.intern.";
	
	
};
zone "subnet01.intern." {
	type master;
	notify yes;
	file "/etc/bind/db.subnet01.intern.";
	
	
};