|
(SOLVED) How to enable smb2 / smb3 June 07, 2015 09:52PM |
Registered: 12 years ago Posts: 163 |
[global]
client min protocol = SMB2
client max protocol = SMB3
log level = 0
log file = /tmp/%m.log
guest account = root
load printers = no
socket options = IPTOS_LOWDELAY TCP_NODELAY SO_KEEPALIVE
wins server = 192.168.1.1
map to guest = Bad User
netbios name = POGOPLUG
write cache size = 2097152
server string = POGOPLUG
printing = bsd
workgroup = WORKGROUP
os level = 20
use sendfile = yes
printcap name = /dev/null
security = user
disable spoolss = yes
#unprotected/public share without login
[root]
path = /
read only = no
public = yes
writable = yes
[usb]
path = /mnt/usb
read only = no
public = yes
writable = yes
|
Re: How to enable smb2 / smb3 June 07, 2015 10:52PM |
Registered: 12 years ago Posts: 163 |
|
Winter
Re: (SOLVED) How to enable smb2 / smb3 May 23, 2016 04:35AM |
|
Re: (SOLVED) How to enable smb2 / smb3 May 27, 2016 11:53AM |
Registered: 11 years ago Posts: 1,037 |
#======================= Global Settings ======================= [global] workgroup = WORKGROUP server string = %h server dns proxy = no #### Networking #### #### Debugging/Accounting #### log file = /var/log/samba/log.%m max log size = 1000 syslog = 0 panic action = /usr/share/samba/panic-action %d ####### Authentication ####### encrypt passwords = true passdb backend = tdbsam obey pam restrictions = yes unix password sync = yes passwd program = /usr/bin/passwd %u passwd chat = *Enter\snew\s*\spassword:* %n\n *Retype\snew\s*\spassword:* %n\n *password\supdated\ssuccessfully* . pam password change = yes map to guest = bad user ########## Domains ########### ########## Printing ########## ############ Misc ############ socket options = IPTOS_LOWDELAY TCP_NODELAY SO_KEEPALIVE SO_RCVBUF=131072 SO_SNDBUF=131072 use sendfile = yes write cache size = 2097152 usershare allow guests = yes #======================= Share Definitions ======================= [homes] comment = Home Directories browseable = no read only = yes create mask = 0755 directory mask = 0755 valid users = %S [Shared1] path = /media/external/Downloads available = yes read only = no browseable = yes public = yes writable = yes create mask = 0777 directory mask = 0777 [Shared2] path = /media/external/Incomplete available = yes read only = no browseable = yes public = yes writable = yes create mask = 0777 directory mask = 0777
|
Winter
Re: (SOLVED) How to enable smb2 / smb3 June 01, 2016 07:14AM |
|
Re: (SOLVED) How to enable smb2 / smb3 June 09, 2016 01:13PM |
Registered: 10 years ago Posts: 73 |
|
Sanjay
Re: (SOLVED) How to enable smb2 / smb3 May 23, 2017 04:33AM |
|
Re: (SOLVED) How to enable smb2 / smb3 June 02, 2017 10:20AM |
Registered: 11 years ago Posts: 1,037 |