Bugfix:Rolle fileserver: smb min version

This commit is contained in:
Michael Grote 2021-01-05 18:09:28 +01:00
parent 6e07b2b17a
commit 640bc6d71c
2 changed files with 2 additions and 3 deletions

View file

@ -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"

View file

@ -52,4 +52,3 @@
with_items: with_items:
- "{{ smb_freigaben }}" - "{{ smb_freigaben }}"
notify: smbd neustarten notify: smbd neustarten
no_log: True