samba36: Remove
[openwrt/openwrt.git] / package / network / services / samba36 / files / smb.conf.template
diff --git a/package/network/services/samba36/files/smb.conf.template b/package/network/services/samba36/files/smb.conf.template
deleted file mode 100644 (file)
index fc72f92..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-[global]
-       netbios name = |NAME| 
-       display charset = |CHARSET|
-       interfaces = |INTERFACES|
-       server string = |DESCRIPTION|
-       unix charset = |CHARSET|
-       workgroup = |WORKGROUP|
-       bind interfaces only = yes
-       deadtime = 30
-       enable core files = no
-       invalid users = root
-       local master = no
-       map to guest = Bad User
-       max protocol = SMB2
-       min receivefile size = 16384
-       null passwords = yes
-       passdb backend = smbpasswd
-       security = user
-       smb passwd file = /etc/samba/smbpasswd
-       use sendfile = yes