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