Bugfix:Rolle fileserver: smb min version
This commit is contained in:
parent
6e07b2b17a
commit
640bc6d71c
2 changed files with 2 additions and 3 deletions
|
@ -11,8 +11,8 @@
|
||||||
# SMB3_11: Windows 10 technical preview SMB3 version (maybe final). By default SMB3 selects the SMB3_11 variant.
|
# SMB3_11: Windows 10 technical preview SMB3 version (maybe final). By default SMB3 selects the SMB3_11 variant.
|
||||||
|
|
||||||
# Global SMB options
|
# Global SMB options
|
||||||
smb_min_protocol: "SMB3_00"
|
smb_min_protocol: "SMB2_02"
|
||||||
smb_client_min_protocol: "SMB2_00"
|
smb_client_min_protocol: "SMB2_02"
|
||||||
smb_client_max_protocol: "SMB3_00"
|
smb_client_max_protocol: "SMB3_00"
|
||||||
smb_log_level: "1"
|
smb_log_level: "1"
|
||||||
smb_server_string: "%h_server"
|
smb_server_string: "%h_server"
|
||||||
|
|
|
@ -52,4 +52,3 @@
|
||||||
with_items:
|
with_items:
|
||||||
- "{{ smb_freigaben }}"
|
- "{{ smb_freigaben }}"
|
||||||
notify: smbd neustarten
|
notify: smbd neustarten
|
||||||
no_log: True
|
|
||||||
|
|
Loading…
Reference in a new issue