70 lines
1.6 KiB
Plaintext
70 lines
1.6 KiB
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.
|
|
#
|
|
# Note:
|
|
# SMB1 is disabled by default. This means clients without support for SMB2 or
|
|
# SMB3 are no longer able to connect to smbd (by default).
|
|
|
|
[global]
|
|
workgroup = SAMBA
|
|
security = user
|
|
include = registry
|
|
passdb backend = tdbsam
|
|
access based share enum = yes
|
|
# printing = cups
|
|
# printcap name = cups
|
|
# load printers = yes
|
|
# cups options = raw
|
|
|
|
[media]
|
|
path = /opt/argento/smb/media
|
|
force group = sambagroup
|
|
valid users = @sambagroup
|
|
write list = timothykim
|
|
read only = yes
|
|
browseable = yes
|
|
guest ok = no
|
|
|
|
[yireh]
|
|
path = /opt/argento/smb/yireh
|
|
valid users = yireh timothykim
|
|
write list = yireh timothykim
|
|
force group = sambagroup
|
|
read only = no
|
|
browseable = yes
|
|
guest ok = no
|
|
|
|
[isaac]
|
|
path = /opt/argento/smb/isaac
|
|
valid users = isaac timothykim
|
|
write list = isaac timothykim
|
|
force group = sambagroup
|
|
read only = no
|
|
browseable = yes
|
|
guest ok = no
|
|
|
|
|
|
#[homes]
|
|
# comment = Home Directories
|
|
# valid users = %S, %D%w%S
|
|
# browseable = No
|
|
# read only = No
|
|
# inherit acls = Yes
|
|
#
|
|
#[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
|