samba: Update smb.conf.template
authorneheb <rosenp@gmail.com>
Sat, 2 Jul 2016 03:02:17 +0000 (20:02 -0700)
committerJohn Crispin <john@phrozen.org>
Tue, 5 Jul 2016 20:59:14 +0000 (22:59 +0200)
Removed some options which are default anyway and added bind interfaces
only which causes the interfaces line to actually have an effect. Can be
verified with netstat.

Signed-off by: Rosen Penev <rosenp@gmail.com>

package/network/services/samba36/files/smb.conf.template

index 38a385574b7374f492aa1ef908fb12ce00272641..7a996b828653ea2ac28f6eeee38d5e694e663001 100644 (file)
@@ -8,27 +8,21 @@
        browseable = yes
        deadtime = 30
        domain master = yes
-       encrypt passwords = true
+       encrypt passwords = yes
        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
-       
+       bind interfaces only = yes