Displaying 3 results from an estimated 3 matches for "pripomienkovani".
Did you mean:
pripomienkovanie
2018 Nov 16
2
Fileshare - how to enable Modify permission for an rwx-enabled file
...pport, does
that imply, that Samba could also well never grant Modify permission for
linux ACLs? Do I need extended ACLs on filesystem in order to do that? I
thought, that write permission on filesystem should be sufficient for
Samba to grant Modify for Windows...
As of smb.conf, here is snippet
[pripomienkovanie]
path = /mnt/data_disk/www/pripomienkovanie/
dos filetime resolution = yes
writable = yes
read only = no
preserve case = yes
create mask = 775
directory mask = 2775
oplocks = false
level2oplocks = false
Dňa 16. 11. 2018 o 11:28 Rowland Penny via samba napísa...
2018 Nov 16
0
Fileshare - how to enable Modify permission for an rwx-enabled file
...enter/execute', for what you want, you need to use
Windows ACL's and these will be stored in an EA.
>
> As of smb.conf, here is snippet
Posting parts of a smb.conf without the [global] section is like
posting just one page of a book, you do not get the full context ;-)
>
> [pripomienkovanie]
>
> path = /mnt/data_disk/www/pripomienkovanie/
> dos filetime resolution = yes
> writable = yes
> read only = no
The above two lines are interesting, if something is writable, this
means it isn't just readable, or to put it another way, they both mean
the same...
2018 Nov 16
2
Fileshare - how to enable Modify permission for an rwx-enabled file
Hi,
I'm searching the web for a while but cannot find an answer to this,
even on Samba wiki, so please, does somebody have a clue, how to enable
MODIFY access permission for a file that is located on Samba share?
The fileserver is Samba, member of AD domain, local filesystem ext4,
basic ACLs. The file has properly set rwx for users and groups needed,
both for a file and for parent directory.