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

(-)univention-samba/conffiles/etc/samba/smb.conf.d/61univention-samba_misc (+3 lines)
 Lines 20-25    Link Here 
20
if configRegistry.get('samba/max/protocol'):
20
if configRegistry.get('samba/max/protocol'):
21
       print '\tmax protocol = %s' % configRegistry.get('samba/max/protocol')
21
       print '\tmax protocol = %s' % configRegistry.get('samba/max/protocol')
22
22
23
if configRegistry.get('samba/min/protocol'):
24
       print '\tmin protocol = %s' % configRegistry.get('samba/min/protocol')
25
23
if configRegistry['samba/role'] == 'domaincontroller':
26
if configRegistry['samba/role'] == 'domaincontroller':
24
       if ( not configRegistry['samba/homedirpath'] or configRegistry['samba/homedirpath']=='local') and configRegistry['samba/homedirserver'] and configRegistry['samba/homedirserver'] == 'local':
27
       if ( not configRegistry['samba/homedirpath'] or configRegistry['samba/homedirpath']=='local') and configRegistry['samba/homedirserver'] and configRegistry['samba/homedirserver'] == 'local':
25
               print '\tlogon home ='
28
               print '\tlogon home ='
(-)univention-samba/debian/univention-samba.univention-config-registry (+1 lines)
 Lines 115-120    Link Here 
115
Variables: samba/time_server
115
Variables: samba/time_server
116
Variables: samba/wide_links
116
Variables: samba/wide_links
117
Variables: samba/max/protocol
117
Variables: samba/max/protocol
118
Variables: samba/min/protocol
118
Variables: samba/client/use/spnego/principal
119
Variables: samba/client/use/spnego/principal
119
120
120
Type: subfile
121
Type: subfile
(-)univention-samba/debian/univention-samba.univention-config-registry-variables (+6 lines)
 Lines 310-315    Link Here 
310
Type=str
310
Type=str
311
Categories=service-samba
311
Categories=service-samba
312
312
313
[samba/min/protocol]
314
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.
315
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.
316
Type=str
317
Categories=service-samba
318
313
[samba/usershare/max_shares]
319
[samba/usershare/max_shares]
314
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.
320
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.
315
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.
321
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.
(-)univention-samba/debian/univention-samba.postrm (+1 lines)
 Lines 79-84    Link Here 
79
                       samba/max_xmit \
79
                       samba/max_xmit \
80
                       samba/max_open_files \
80
                       samba/max_open_files \
81
                       samba/max/protocol \
81
                       samba/max/protocol \
82
                       samba/min/protocol \
82
                       samba/getwd_cache \
83
                       samba/getwd_cache \
83
                       samba/store_dos_attributes \
84
                       samba/store_dos_attributes \
84
                       samba/preserve_case \
85
                       samba/preserve_case \

Return to bug 44591