diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2014-10-26 13:30:58 +0100 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2014-10-26 13:30:58 +0100 |
commit | 2089f619456fa40c1633a1ba89a65930decb5122 (patch) | |
tree | 158602378789d07381bd472f04a067dfcb33b7a2 /main/samba36/smb.conf.template | |
parent | 6d6ff3459d06130fc06b8964e9165bca1f33f831 (diff) | |
download | aports-2089f619456fa40c1633a1ba89a65930decb5122.tar.bz2 aports-2089f619456fa40c1633a1ba89a65930decb5122.tar.xz |
testing/samba36: move to main
Diffstat (limited to 'main/samba36/smb.conf.template')
-rw-r--r-- | main/samba36/smb.conf.template | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/main/samba36/smb.conf.template b/main/samba36/smb.conf.template new file mode 100644 index 0000000000..38a385574b --- /dev/null +++ b/main/samba36/smb.conf.template @@ -0,0 +1,34 @@ +[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 + |