39 lines
777 B
Plaintext
39 lines
777 B
Plaintext
# See smb.conf.example for a more detailed config file or
|
|
# read the smb.conf manpage.
|
|
# Run 'testparm' to verify the config is correct after
|
|
# you modified it.
|
|
|
|
[global]
|
|
workgroup = WORKGROUP
|
|
security = user
|
|
|
|
passdb backend = tdbsam
|
|
|
|
printing = cups
|
|
printcap name = cups
|
|
load printers = yes
|
|
cups options = raw
|
|
|
|
#[printers]
|
|
# comment = All Printers
|
|
# path = /var/tmp
|
|
# printable = Yes
|
|
# create mask = 0600
|
|
# browseable = No
|
|
#
|
|
#[print$]
|
|
# comment = Printer Drivers
|
|
# path = /var/lib/samba/drivers
|
|
# write list = @printadmin root
|
|
# force group = @printadmin
|
|
# create mask = 0664
|
|
# directory mask = 0775
|
|
|
|
[public]
|
|
path = /share/public
|
|
browseable = yes
|
|
read only = no
|
|
force create mode = 0660
|
|
force directory mode = 2770
|
|
valid users = public @sadmin
|