summaryrefslogtreecommitdiffstats
path: root/projectroot/etc/samba/smb.conf
blob: 9db5aa2bcca1d473525a7f408febe5a6df7c4dca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
; /etc/samba/smb.conf
; Sample smbconf file provided by ptxdist. Please
; consult samba manual page if you wish to make
; changes
[global]
	workgroup = WORKGROUP
	server string = PTXdist sample samba server
	security = user
	encrypt passwords = yes
	invalid users = root
	load printers = no
	printcap name = /dev/null
	disable spoolss = yes

[homes]
	comment        = Home Directories
	browseable     = no
	read only      = yes