mirror of
https://github.com/YunoHost-Apps/samba_ynh.git
synced 2024-09-03 20:16:27 +02:00
[fix] cp smb.conf
This commit is contained in:
parent
ca18c96309
commit
75b1c80032
1 changed files with 7 additions and 6 deletions
|
@ -15,12 +15,13 @@
|
|||
map to guest = bad user
|
||||
|
||||
usershare allow guests = yes
|
||||
browseable = yes
|
||||
|
||||
|
||||
[homes]
|
||||
comment = Home Directories
|
||||
browseable = yes
|
||||
read only = yes
|
||||
browseable = no
|
||||
read only = no
|
||||
create mask = 0700
|
||||
directory mask = 0700
|
||||
valid users = %S
|
||||
|
@ -28,12 +29,12 @@
|
|||
[share]
|
||||
comment = share (D)
|
||||
read only = no
|
||||
path = /home/yunhost.app/samba/share
|
||||
path = /home/yunohost.app/samba/share
|
||||
guest ok = no
|
||||
browsable = yes
|
||||
valid users = @samba.local, @samba, @samba.share
|
||||
directory mask = 770
|
||||
valid users = @samba.share
|
||||
create mask = 0660
|
||||
directory mask = 770
|
||||
vfs objects = dfs_samba4 acl_xattr recycle
|
||||
recycle:repository = .recycle
|
||||
recycle:keeptree = yes
|
||||
|
|
Loading…
Add table
Reference in a new issue