Displaying 3 results from an estimated 3 matches for "smb_shr2".
Did you mean:
smb_shr1
2015 Oct 14
3
Hide the files that doesn't have permission to access
...yes
security = user
access based share enum = yes
hide unreadable = yes
hide unwriteable files = yes
[smb_shr1]
path = /mnt/LV002/share1
read only = no
create mode = 0777
directory mode = 0777
public = yes
valid users = hai
[smb_shr2]
path = /mnt/LV002/share2
writable = yes
create mode = 0777
directory mode = 0777
public = yes
valid users = test
It is no effect. From windows 8 client, I accessed to samba server and
logged in by user "hai" but I still see two shar...
2015 Oct 15
3
Hide the files that doesn't have permission to access
...example
>
> [smb_shr1]
> path = /mnt/LV002/share1
> read only = no
> create mode = 0777
> directory mode = 0777
> public = yes
> valid users = hai
> hide unreadable = yes
> hide unwriteable files = yes
>
> [smb_shr2]
> path = /mnt/LV002/share2
> writable = yes
> create mode = 0777
> directory mode = 0777
> public = yes
> valid users = test
> hide unreadable = yes
> hide unwriteable files = yes
>
I mean users see only s...
2015 Oct 21
0
Hide the files that doesn't have permission to access
...path = /mnt/LV002/share1
>> read only = no
>> create mode = 0777
>> directory mode = 0777
>> public = yes
>> valid users = hai
>> hide unreadable = yes
>> hide unwriteable files = yes
>>
>> [smb_shr2]
>> path = /mnt/LV002/share2
>> writable = yes
>> create mode = 0777
>> directory mode = 0777
>> public = yes
>> valid users = test
>> hide unreadable = yes
>> hide unwriteable files = y...