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