RE: [Samba] Inherited permissions problem

2006-11-13 Thread ext-Ian.R.White
Hi, I have read through this thread because I am also trying to achieve what Ryan describes below: I guess I should have probably left those mask parameters out of my example. All I want to happen is if I have a folder which is 0777, and a file is created in it, it is also 0777. If the

[Samba] Inherited permissions problem

2002-06-03 Thread Ryan J Betz
I am attempting to set up an inherited permissions share and cannot get it to work. [log] path = /log writeable = yes directory mask = 0755 create mask = 0755 inherit permissions = yes guest ok = no public = yes I have tried many different combinations of settings to

RE: [Samba] Inherited permissions problem

2002-06-03 Thread Konkol, Josh
:[EMAIL PROTECTED]] Sent: Monday, June 03, 2002 8:07 AM To: [EMAIL PROTECTED] Subject: [Samba] Inherited permissions problem I am attempting to set up an inherited permissions share and cannot get it to work. [log] path = /log writeable = yes directory mask = 0755 create mask = 0755

RE: [Samba] Inherited permissions problem

2002-06-03 Thread Ryan J Betz
, Josh Sent: Monday, June 03, 2002 12:47 PM To: 'Ryan J Betz'; [EMAIL PROTECTED] Subject: RE: [Samba] Inherited permissions problem Ryan, I think you want force create mode: force create mode (S) This parameter specifies a set of UNIX mode bit permissions that will always be set on a file created

RE: [Samba] Inherited permissions problem

2002-06-03 Thread Konkol, Josh
; [EMAIL PROTECTED] Subject: RE: [Samba] Inherited permissions problem I guess I should have probably left those mask parameters out of my example. All I want to happen is if I have a folder which is 0777, and a file is created in it, it is also 0777. If the folder is 0744, so are created files