a3a04f
# See smb.conf.example for a more detailed config file or
a3a04f
# read the smb.conf manpage.
a3a04f
# Run 'testparm' to verify the config is correct after
a3a04f
# you modified it.
a3a04f
a3a04f
[global]
a3a04f
	workgroup = SAMBA
a3a04f
	security = user
a3a04f
a3a04f
	passdb backend = tdbsam
a3a04f
a3a04f
	printing = cups
a3a04f
	printcap name = cups
a3a04f
	load printers = yes
a3a04f
	cups options = raw
a3a04f
a3a04f
[homes]
a3a04f
	comment = Home Directories
a3a04f
	valid users = %S, %D%w%S
a3a04f
	browseable = No
a3a04f
	read only = No
a3a04f
	inherit acls = Yes
a3a04f
a3a04f
[printers]
a3a04f
	comment = All Printers
a3a04f
	path = /var/tmp
a3a04f
	printable = Yes
a3a04f
	create mask = 0600
a3a04f
	browseable = No
a3a04f
a3a04f
[print$]
a3a04f
	comment = Printer Drivers
a3a04f
	path = /var/lib/samba/drivers
c40e03
	write list = @printadmin root
c40e03
	force group = @printadmin
a3a04f
	create mask = 0664
a3a04f
	directory mask = 0775