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

(-)a/services/univention-samba4/conffiles/etc/samba/smb.conf.d/10global (-1 / +1 lines)
 Lines 125-131   if configRegistry.get('samba/register/exclude/interfaces') and not configRegistr Link Here 
125
		print '\tbind interfaces only = yes'
125
		print '\tbind interfaces only = yes'
126
		print '\tinterfaces = lo %s' % ' '.join(interface_list)
126
		print '\tinterfaces = lo %s' % ' '.join(interface_list)
127
127
128
if not configRegistry.is_true('samba4/kccsrv/samba_kcc', False):
128
if not configRegistry.is_true('samba4/kccsrv/samba_kcc', True):
129
	print '\tkccsrv:samba_kcc = False'
129
	print '\tkccsrv:samba_kcc = False'
130
@!@
130
@!@
131
; ---------------------</10global>------------------------
131
; ---------------------</10global>------------------------
(-)a/services/univention-samba4/debian/univention-samba4.postinst (+5 lines)
 Lines 415-420   secret: $machine_secret Link Here 
415
					/etc/init.d/bind9 restart
415
					/etc/init.d/bind9 restart
416
				fi
416
				fi
417
		fi
417
		fi
418
419
		### The following block of code may be removed after ucs_4.3-2
420
		if dpkg --compare-versions "$2" lt-nl "7.0.3-1"; then
421
			univention-config-registry set samba4/kccsrv/samba_kcc?False
422
		fi
418
	fi
423
	fi
419
424
420
	ntp_socket_dir='/var/lib/samba/ntp_signd'
425
	ntp_socket_dir='/var/lib/samba/ntp_signd'

Return to bug 48085