Created
November 7, 2016 12:52
-
-
Save andrastudio/211bb2fb82d9c4cb3aa1f9d016116e36 to your computer and use it in GitHub Desktop.
Samba Configuration Template
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[global] | |
netbios name = |NAME| | |
display charset = |CHARSET| | |
interfaces = |INTERFACES| | |
server string = |DESCRIPTION| | |
unix charset = |CHARSET| | |
workgroup = |WORKGROUP| | |
browseable = yes | |
deadtime = 30 | |
domain master = yes | |
encrypt passwords = true | |
enable core files = no | |
guest account = nobody | |
guest ok = yes | |
invalid users = root | |
local master = yes | |
load printers = no | |
map to guest = Bad User | |
max protocol = SMB2 | |
min receivefile size = 16384 | |
null passwords = yes | |
obey pam restrictions = yes | |
os level = 20 | |
passdb backend = smbpasswd | |
preferred master = yes | |
printable = no | |
security = user | |
smb encrypt = disabled | |
smb passwd file = /etc/samba/smbpasswd | |
socket options = TCP_NODELAY IPTOS_LOWDELAY | |
syslog = 2 | |
use sendfile = yes | |
writeable = yes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment