bbeb6d
# See smb.conf.example for a more detailed config file or
bbeb6d
# read the smb.conf manpage.
bbeb6d
# Run 'testparm' to verify the config is correct after
bbeb6d
# you modified it.
bbeb6d
#
bbeb6d
# Note:
bbeb6d
# SMB1 is disabled by default. This means clients without support for SMB2 or
bbeb6d
# SMB3 are no longer able to connect to smbd (by default).
bbeb6d
bbeb6d
[global]
bbeb6d
	workgroup = SAMBA
bbeb6d
	security = user
bbeb6d
bbeb6d
	passdb backend = tdbsam
bbeb6d
bbeb6d
	printing = cups
bbeb6d
	printcap name = cups
bbeb6d
	load printers = yes
bbeb6d
	cups options = raw
bbeb6d
bbeb6d
[homes]
bbeb6d
	comment = Home Directories
bbeb6d
	valid users = %S, %D%w%S
bbeb6d
	browseable = No
bbeb6d
	read only = No
bbeb6d
	inherit acls = Yes
bbeb6d
bbeb6d
[printers]
bbeb6d
	comment = All Printers
bbeb6d
	path = /var/tmp
bbeb6d
	printable = Yes
bbeb6d
	create mask = 0600
bbeb6d
	browseable = No
bbeb6d
bbeb6d
[print$]
bbeb6d
	comment = Printer Drivers
bbeb6d
	path = /var/lib/samba/drivers
bbeb6d
	write list = @printadmin root
bbeb6d
	force group = @printadmin
bbeb6d
	create mask = 0664
bbeb6d
	directory mask = 0775