summaryrefslogtreecommitdiffstats
path: root/projectroot/etc/samba
diff options
context:
space:
mode:
Diffstat (limited to 'projectroot/etc/samba')
-rw-r--r--projectroot/etc/samba/smb.conf40
1 files changed, 10 insertions, 30 deletions
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