Running Sarge with samba 3.0.14a-3sarge1.  I set up a test share.  On 
the Linux side I have:

   drwxrwsr-x   3 root  users 4096 2006-01-16 10:47 public/

In smb.conf I have:

[test]
   comment = test share
   browseable = yes
   writeable = yes
   path = /srv/public
   public = yes
   create mask = 0775
   directory mask = 0775
   force group = users
   force directory mode = 2770
   unix extensions = no

On the Linux side I create a folder in the share that looks like this:

   drwxrwsr-x  2 nobody users 4096 2006-01-16 10:40 folder/


Connecting to the share from Windows 2K as user "hauck", I create a 
file:

T:> echo something > file
T:>

On the Unix side this results in:

  -rwxrw-r--  1 hauck users 12 2006-01-16 10:40 file*

On the Windows side I try some things:

T:> ren file otherfile
Access is denied.
T:> move file ..
Access is denied.
T:> del file
T:>

So I can create the file, and delete the file, but I cannot move or 
rename the file.  This worked with samba 3.0.11-1.


-- 
 -| Bob Hauck
 -| DRS Codem Systems, Inc.
 -| 603-429-0111 x551
 -| My email address has changed.  It is now <[EMAIL PROTECTED]>.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to