diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-10-10 12:34:29 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-10-10 12:34:29 +0000 |
commit | 445936955ee182517b6db29bc3baf1a42d762161 (patch) | |
tree | 80c88c92e955db9ba70db0369a9017b078b3c8a2 /package/network/services/samba36/files/smb.conf.template | |
parent | 405e21d16731b2764ab82aaaadcf36a813b105f7 (diff) | |
download | mtk-20170518-445936955ee182517b6db29bc3baf1a42d762161.zip mtk-20170518-445936955ee182517b6db29bc3baf1a42d762161.tar.gz mtk-20170518-445936955ee182517b6db29bc3baf1a42d762161.tar.bz2 |
samba36: move to trunk and add myself as a maintainer
SVN-Revision: 33689
Diffstat (limited to 'package/network/services/samba36/files/smb.conf.template')
-rw-r--r-- | package/network/services/samba36/files/smb.conf.template | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/package/network/services/samba36/files/smb.conf.template b/package/network/services/samba36/files/smb.conf.template new file mode 100644 index 0000000..38a3855 --- /dev/null +++ b/package/network/services/samba36/files/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 + |