diff --git a/packages/network/samba/config/smb.conf b/packages/network/samba/config/smb.conf index 733f75ba0b..8b1e790849 100644 --- a/packages/network/samba/config/smb.conf +++ b/packages/network/samba/config/smb.conf @@ -27,18 +27,13 @@ security = share guest account = root socket options = TCP_NODELAY IPTOS_LOWDELAY - smb ports = 445 max protocol = SMB2 min receivefile size = 16384 deadtime = 30 - os level = 20 mangled names = no syslog only = yes syslog = 2 - name resolve order = lmhosts wins bcast host - preferred master = auto - domain master = auto - local master = yes + name resolve order = host bcast wins printcap name = /dev/null load printers = no browseable = yes @@ -49,6 +44,11 @@ passdb backend = smbpasswd smb encrypt = disabled use sendfile = yes + # The following are default values for the master selection process + # local master = yes + # preferred master = auto + # domain master = auto + # os level = 20 # Using the following configurations as a template allows you to add