On Mon, Dec 6, 2010 at 8:28 AM, Bruno MACADRE
<[email protected]> wrote:
>        Like explained in my precedent mail (Permission Problems), I want to
> do a share (called partinfo) with basic behaviour :
>        * everybody in group 'info' can create file into the share.
>        * everybody in group 'info' can modify file into the share (not only
> owned files)
>        * only owner of a file can delete it/rename it !
>
>        I put a Sticky Bit on my share folder so I've got :
>
> drwxrwx--T      root    info    .....   partinfo
>
>        It works fine localy, but when I want to use the share, it doesn't
> work at all, 'cause when I modify a file, some applications (like Gedit,
> Word, ...) try to change the owner of the file... So I can't write...
>
>        Anybody have any ideas or any tips ?

Try:

chmod 1777 /path/to/partinfo

[partinfo]
...
...
valid users = +info
read only = no
force group = info
force create mode = 764
force directory mode = 775
...
...
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba

Reply via email to