search for: force_create_mode

Displaying 3 results from an estimated 3 matches for "force_create_mode".

2003 Mar 11
0
PATCH: rsyncd.conf permission options
...rt -------------- diff -ur rsync-2.5.5/loadparm.c rsync-2.5.5-umask/loadparm.c --- rsync-2.5.5/loadparm.c Mon Mar 25 05:04:23 2002 +++ rsync-2.5.5-umask/loadparm.c Sun Mar 2 22:53:16 2003 @@ -140,6 +140,10 @@ int timeout; int max_connections; BOOL ignore_nonreadable; + int create_mask; + int force_create_mode; + int directory_mask; + int force_directory_mode; } service; @@ -180,7 +184,11 @@ "*.gz *.tgz *.zip *.z *.rpm *.deb *.iso *.bz2 *.tbz", /* dont compress */ 0, /* timeout */ 0, /* max connections */ - False /* ignore nonreadable */ + False, /* ignore non...
2001 Dec 10
0
Adobe Photoshop uses wrong permissions when saving
...07, 2001 7:28 AM To: samba@lists.samba.org Subject: Re: Adobe Photoshop uses wrong permissions when saving What is force create mode set to? It defaults to 0, but setting it to another value should ensure that the bits you want set actually end up that way. As I understand it: Unix permissions = force_create_mode | (mapped_mode & create_mask) So use create mode to clear bits and force create mode to set them. Tim Allen ----- Original Message ----- From: "JW" <wilson@claborn.net> To: "Javid Abdul-AJAVID1" <AJAVID1@motorola.com> Cc: <samba@lists.samba.org> Sent: Th...
2003 Oct 31
37
File Permissions
I have set up Samba so that all users on my small network can read from my one of my Linux shares as well as write to that share. However, when user A saves a file to that share, user B can't open it -- and vice versa. How can I set up samba so that all files written to that share can be read, modified, and deleted by all users? Thanks in advance for an answer to this question.