[Samba] User can delete file when they have no read/write access

2003-06-20 Thread Esben Laursen
Im haveing a problem with my profiles share on my Samba 2.2.3 PDC server. I have a share like this: [profiles] path = /home/samba/profiles writeable = yes create mask = 0700 directory mask = 0700 browsable = no valid users = root,@smbusers The roaming profile works just

Re: [Samba] User can delete file when they have no read/write access

2003-06-20 Thread Herb Lewis
The key for delete is the permissions of the parent directory not the file. If a user has write access to the directory he can delete files in that directory. Check out the chmod man page for references to the sticky bit for a directory. Here is a quote from the IRIX man page (Linux should be