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

Collapse All | Expand All

(-)debian/postinst (+1 lines)
 Lines 110-115    Link Here 
110
				samba/read_raw?yes \
110
				samba/read_raw?yes \
111
				samba/write_raw?yes \
111
				samba/write_raw?yes \
112
				samba/max_xmit?65535 \
112
				samba/max_xmit?65535 \
113
				samba/max_open_files?32808 \
113
				samba/getwd_cache?yes \
114
				samba/getwd_cache?yes \
114
				samba/store_dos_attributes?yes \
115
				samba/store_dos_attributes?yes \
115
				samba/preserve_case?yes \
116
				samba/preserve_case?yes \
(-)debian/univention-samba.univention-config-registry (+1 lines)
 Lines 22-27    Link Here 
22
Variables: samba/charset.*
22
Variables: samba/charset.*
23
Variables: samba/enable-privileges
23
Variables: samba/enable-privileges
24
Variables: samba/socket_options
24
Variables: samba/socket_options
25
Variables: samba/max_open_files
25
26
26
Type: subfile
27
Type: subfile
27
Multifile: etc/samba/smb.conf
28
Multifile: etc/samba/smb.conf
(-)debian/univention-samba.univention-config-registry-variables (+6 lines)
 Lines 136-141    Link Here 
136
Type=str
136
Type=str
137
Categories=service-samba
137
Categories=service-samba
138
138
139
[samba/max_open_files]
140
Description[de]=Maximal geöffnete Dateien
141
Description[en]=Maximum open files
142
Type=str
143
Categories=service-samba
144
139
[samba/netbios/aliases]
145
[samba/netbios/aliases]
140
Description[de]=Zusätzliche NetBIOS-Namen für den Samba-Server
146
Description[de]=Zusätzliche NetBIOS-Namen für den Samba-Server
141
Description[en]=Additional NetBIOS names under which the Samba server is known
147
Description[en]=Additional NetBIOS names under which the Samba server is known
(-)conffiles/etc/samba/smb.conf.d/01univention-samba_main (+2 lines)
 Lines 7-12    Link Here 
7
	max log size = 1000000
7
	max log size = 1000000
8
8
9
@!@
9
@!@
10
if configRegistry.has_key('samba/max_open_files') and configRegistry['samba/max_open_files']:
11
	print '\tmax open files %i' % configRegistriy['samba/max_open_files']
10
if configRegistry.has_key('samba/serverstring') and configRegistry['samba/serverstring']:
12
if configRegistry.has_key('samba/serverstring') and configRegistry['samba/serverstring']:
11
	print '\tserver string = %s' % configRegistry['samba/serverstring']
13
	print '\tserver string = %s' % configRegistry['samba/serverstring']
12
else:
14
else:

Return to bug 24165