Re: [Samba] Inherited Permissions vs Force/Create Mask

2003-11-21 Thread Nils Kalchhauser
[EMAIL PROTECTED] wrote (Thu, 20 Nov 2003 15:21:51 EST): ... It seems another approache could be to use force mask and create mask and force directory and create directory. we have quite a similar setup and the following mask directives: create mask = 0775 directory mask = 0775 with these

Re: [Samba] Inherited Permissions vs Force/Create Mask

2003-11-21 Thread Edd Payne
This may be the setup that you have at present, but I have a share with the following set: [sharename] path = /path/to/share writeable = yes valid users = @group force group = group directory mode = 770 create mask = 660 Then do # chown anyuser.groupname /path/to/share #

[Samba] Inherited Permissions vs Force/Create Mask

2003-11-20 Thread AndyLiebman
I have written to this list several times. I purchased the Officia SAMBA 3 How-To and Reference Guide (and read much of it). But I can't get a good answer to my question. I'm trying to figure out the difference between inherited permissions and force/create mask/directory, and other actions