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

Collapse All | Expand All

(-)a/univention/templates/files/etc/samba/smb.conf.d/61univention-samba_misc (+3 lines)
 Lines 26-31   if configRegistry.get('samba4/service/smb', 'smbd') in ('smbd', 's3fs'): Link Here 
26
26
27
	print '\tstore dos attributes = %s' % configRegistry.get('samba/store_dos_attributes', 'yes')
27
	print '\tstore dos attributes = %s' % configRegistry.get('samba/store_dos_attributes', 'yes')
28
28
29
	if configRegistry.get('samba/min/protocol'):
30
		print '\tmax protocol = %s' % configRegistry.get('samba/min/protocol')
31
29
	if configRegistry.get('samba/max/protocol'):
32
	if configRegistry.get('samba/max/protocol'):
30
		print '\tmax protocol = %s' % configRegistry.get('samba/max/protocol')
33
		print '\tmax protocol = %s' % configRegistry.get('samba/max/protocol')
31
34
(-)a/univention/registry.info/variables/univention-samba4.cfg (+6 lines)
 Lines 330-335   Type=bool Link Here 
330
Categories=service-samba
330
Categories=service-samba
331
ReadOnly=yes
331
ReadOnly=yes
332
332
333
[samba/min/protocol]
334
Description[de]=Diese Variable konfiguriert die älteste Protokollversion, welche dieser SMB-Server unterstützt (gültige Werte sind in "man smb.conf" dokumentiert). Ist die Variable nicht gesetzt, so gilt der Standardwert, der in der Manual-Seite zu smb.conf dokumentiert ist.
335
Description[en]=This variable configures the highest protocol level that will be supported by this SMB server (valid values may be found in "man smb.conf"). If the variable is unset, the default given in the smb.conf manual page applies.
336
Type=str
337
Categories=service-samba
338
333
[samba/max/protocol]
339
[samba/max/protocol]
334
Description[de]=Diese Variable konfiguriert das höchste Protokoll, welches dieser Server unterstützt (gültige Werte sind in "man smb.conf" dokumentiert). Ist die Variable nicht gesetzt, so gilt der Standardwert, der in der Manual-Seite zu smb.conf dokumentiert ist.
340
Description[de]=Diese Variable konfiguriert das höchste Protokoll, welches dieser Server unterstützt (gültige Werte sind in "man smb.conf" dokumentiert). Ist die Variable nicht gesetzt, so gilt der Standardwert, der in der Manual-Seite zu smb.conf dokumentiert ist.
335
Description[en]=This variable configures the highest protocol level that will be supported by this server (valid values may be found in "man smb.conf"). If the variable is unset, the default given in the smb.conf manual page applies.
341
Description[en]=This variable configures the highest protocol level that will be supported by this server (valid values may be found in "man smb.conf"). If the variable is unset, the default given in the smb.conf manual page applies.

Return to bug 44617