Initial commit.
This commit is contained in:
38
samba/smb.conf.rpmsave
Normal file
38
samba/smb.conf.rpmsave
Normal file
@@ -0,0 +1,38 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user