View | Details | Raw Unified | Return to bug 56298
Collapse All | Expand All

(-)a/services/univention-bind/conffiles/etc/bind/named.conf.proxy (+3 lines)
 Lines 27-32   val = 'none' Link Here 
27
if configRegistry.is_true('dns/ipv6', True):
27
if configRegistry.is_true('dns/ipv6', True):
28
    val = 'any'
28
    val = 'any'
29
print('\tlisten-on-v6 { %s; };' % val)
29
print('\tlisten-on-v6 { %s; };' % val)
30
if configRegistry.get('dns/empty/zones'):
31
   dns_empty_zones = configRegistry.is_true('dns/empty/zones', True) and 'yes' or 'no')
32
   print('\tempty-zones-enable %s;' % dns_empty_zones)
30
@!@};
33
@!@};
31
logging {
34
logging {
32
	category lame-servers { null; };
35
	category lame-servers { null; };
(-)a/services/univention-bind/debian/univention-bind.univention-config-registry (+1 lines)
 Lines 22-27   Variables: dns/allow/transfer Link Here 
22
Variables: dns/fakeroot
22
Variables: dns/fakeroot
23
Variables: dns/ipv6
23
Variables: dns/ipv6
24
Variables: dns/master/address
24
Variables: dns/master/address
25
Variables: dns/empty/zones
25
26
26
Type: file
27
Type: file
27
File: etc/bind/named.conf.samba4
28
File: etc/bind/named.conf.samba4
(-)a/services/univention-bind/debian/univention-bind.univention-config-registry-variables (+5 lines)
 Lines 111-113   Description[en]=This variable configures the maximum waiting time in seconds for Link Here 
111
Type=pint
111
Type=pint
112
Categories=service-bind
112
Categories=service-bind
113
113
114
[dns/empty/zones]
115
Description[de]=Diese Variable konfiguriert ob automatisch leere zonen erstellt werden.
116
Description[en]=This variable configures whether some empty zones are automatically provided.
117
Type=bool
118
Categories=service-bind

Return to bug 56298