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