1
0
Fork 0
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:
Galettofraise 2022-02-24 17:58:28 +01:00 committed by Galette
parent ca18c96309
commit 75b1c80032

View file

@ -14,13 +14,14 @@
pam password change = yes pam password change = yes
map to guest = bad user map to guest = bad user
usershare allow guests = yes usershare allow guests = yes
browseable = yes
[homes] [homes]
comment = Home Directories comment = Home Directories
browseable = yes browseable = no
read only = yes read only = no
create mask = 0700 create mask = 0700
directory mask = 0700 directory mask = 0700
valid users = %S valid users = %S
@ -28,12 +29,12 @@
[share] [share]
comment = share (D) comment = share (D)
read only = no read only = no
path = /home/yunhost.app/samba/share path = /home/yunohost.app/samba/share
guest ok = no guest ok = no
browsable = yes browsable = yes
valid users = @samba.local, @samba, @samba.share valid users = @samba.share
directory mask = 770
create mask = 0660 create mask = 0660
directory mask = 770
vfs objects = dfs_samba4 acl_xattr recycle vfs objects = dfs_samba4 acl_xattr recycle
recycle:repository = .recycle recycle:repository = .recycle
recycle:keeptree = yes recycle:keeptree = yes