View | Details | Raw Unified | Return to bug 25989 | Differences between
and this patch

Collapse All | Expand All

(-)a/etc/univention/templates/files/etc/samba/smb.conf.d/10global (+2 lines)
 Lines 26-31    Link Here 
26
	server_services.append('-smb')
26
	server_services.append('-smb')
27
if configRegistry.get('samba4/service/nmb', 'nmbd') == 'nmbd':
27
if configRegistry.get('samba4/service/nmb', 'nmbd') == 'nmbd':
28
	server_services.append('-nbtd')
28
	server_services.append('-nbtd')
29
if configRegistry.is_false('samba4/service/drepl'):
30
	server_services.append('-drepl')
29
if server_services:
31
if server_services:
30
	print '\tserver services\t=', ' '.join(server_services)
32
	print '\tserver services\t=', ' '.join(server_services)
31
33
(-)a/etc/univention/templates/files/etc/samba/smb.conf.d/11univention-smb-service (-1 / +6 lines)
 Lines 9-16    Link Here 
9
	debug hirestimestamp = yes
9
	debug hirestimestamp = yes
10
	debug pid = yes
10
	debug pid = yes
11
11
12
	dcerpc endpoint servers = -unixinfo -rpcecho -spoolss -winreg -wkssvc -srvsvc
12
	dcerpc endpoint servers = -unixinfo -rpcecho -spoolss -winreg -wkssvc -srvsvc''',
13
13
14
	if configRegistry.is_false('samba4/dcerpc/endpoint/server/drsuapi'):
15
		print '-drsuapi'
16
17
18
	print '''
14
	domain logons = yes
19
	domain logons = yes
15
	passdb backend = samba4
20
	passdb backend = samba4
16
	auth methods = guest samba4
21
	auth methods = guest samba4

Return to bug 25989