first
This commit is contained in:
parent
24711fb566
commit
9b499041ef
21
smb.conf
Normal file
21
smb.conf
Normal file
@ -0,0 +1,21 @@
|
||||
[global]
|
||||
workgroup = WORKGROUP
|
||||
server string = Samba Server
|
||||
netbios name = ubuntu
|
||||
security = user
|
||||
map to guest = bad user
|
||||
dns proxy = no
|
||||
[Public]
|
||||
path = /media/external/
|
||||
browsable =yes
|
||||
writable = yes
|
||||
guest ok = yes
|
||||
read only = no
|
||||
create mask = 644
|
||||
[Home]
|
||||
path = /home/franv/
|
||||
browsable =yes
|
||||
writable = yes
|
||||
guest ok = yes
|
||||
read only = no
|
||||
create mask = 644
|
||||
Loading…
Reference in New Issue
Block a user