Index: univention-samba/conffiles/etc/samba/smb.conf.d/61univention-samba_misc =================================================================== --- univention-samba/conffiles/etc/samba/smb.conf.d/61univention-samba_misc (revision 79335) +++ univention-samba/conffiles/etc/samba/smb.conf.d/61univention-samba_misc (working copy) @@ -20,6 +20,9 @@ if configRegistry.get('samba/max/protocol'): print '\tmax protocol = %s' % configRegistry.get('samba/max/protocol') +if configRegistry.get('samba/min/protocol'): + print '\tmin protocol = %s' % configRegistry.get('samba/min/protocol') + if configRegistry['samba/role'] == 'domaincontroller': if ( not configRegistry['samba/homedirpath'] or configRegistry['samba/homedirpath']=='local') and configRegistry['samba/homedirserver'] and configRegistry['samba/homedirserver'] == 'local': print '\tlogon home =' Index: univention-samba/debian/univention-samba.univention-config-registry =================================================================== --- univention-samba/debian/univention-samba.univention-config-registry (revision 79335) +++ univention-samba/debian/univention-samba.univention-config-registry (working copy) @@ -115,6 +115,7 @@ Variables: samba/time_server Variables: samba/wide_links Variables: samba/max/protocol +Variables: samba/min/protocol Variables: samba/client/use/spnego/principal Type: subfile Index: univention-samba/debian/univention-samba.univention-config-registry-variables =================================================================== --- univention-samba/debian/univention-samba.univention-config-registry-variables (revision 79335) +++ univention-samba/debian/univention-samba.univention-config-registry-variables (working copy) @@ -310,6 +310,12 @@ Type=str Categories=service-samba +[samba/min/protocol] +Description[de]=Diese Variable konfiguriert das niedrigste 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. +Description[en]=This variable configures the lowest 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. +Type=str +Categories=service-samba + [samba/usershare/max_shares] Description[de]=Die maximale Anzahl an Freigaben, die von normalen Benutzern über 'net'-Aufrufe angelegt werden können. Weitere Informationen finden sich in 'man smb.conf' unter 'USERSHARES'. Ist die Variable nicht gesetzt oder auf 0 gesetzt, können keine Freigaben auf diesem Weg angelegt werden. Description[en]=The maximum number of shares, which can be defined by standard users using 'net' calls. Additional information can be found in 'man smb.conf' under 'USERSHARES'. If the variable is set to 0 or unset, no shares can be defined that way. Index: univention-samba/debian/univention-samba.postrm =================================================================== --- univention-samba/debian/univention-samba.postrm (revision 79335) +++ univention-samba/debian/univention-samba.postrm (working copy) @@ -79,6 +79,7 @@ samba/max_xmit \ samba/max_open_files \ samba/max/protocol \ + samba/min/protocol \ samba/getwd_cache \ samba/store_dos_attributes \ samba/preserve_case \