From 93fce3eef4fc5ed7fa987cdaeefc83b1afb224bd Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Sat, 2 Mar 2019 12:41:27 +0100 Subject: samba: version bump 3.0.37 -> 4.9.4 Signed-off-by: Michael Olbrich --- projectroot/etc/samba/smb.conf | 40 ++++++++++------------------------------ 1 file changed, 10 insertions(+), 30 deletions(-) (limited to 'projectroot/etc/samba/smb.conf') diff --git a/projectroot/etc/samba/smb.conf b/projectroot/etc/samba/smb.conf index 188d85c1f..9db5aa2bc 100644 --- a/projectroot/etc/samba/smb.conf +++ b/projectroot/etc/samba/smb.conf @@ -3,36 +3,16 @@ ; consult samba manual page if you wish to make ; changes [global] -; guest account = nobody + workgroup = WORKGROUP server string = PTXdist sample samba server - log file = /var/log/samba-log.%m - lock directory = /var/lock - share modes = yes - security = share - encrypt passwords = no - guest account = root - interfaces = eth0 + security = user + encrypt passwords = yes + invalid users = root + load printers = no + printcap name = /dev/null + disable spoolss = yes [homes] - comment = Home Directories - browseable = no - writable = no - create mask = 0700 - directory mask = 0700 - -[share] - comment = Data Directory - path = /home - browseable = yes - read only = no - create mode = 0750 - public = yes - -[printers] - comment = All Printers - browseable = no - path = /tmp - printable = yes - public = no - writable = no - create mode = 0700 + comment = Home Directories + browseable = no + read only = yes -- cgit v1.2.3