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