Bug 5045 - umask on unix extensions doesn;t works
Summary: umask on unix extensions doesn;t works
Status: NEW
Alias: None
Product: Samba 3.0
Classification: Unclassified
Component: File Services (show other bugs)
Version: 3.0.26a
Hardware: x86 Linux
: P3 major
Target Milestone: none
Assignee: Samba Bugzilla Account
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-26 09:42 UTC by Andrzej Dopierała
Modified: 2009-09-29 22:18 UTC (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrzej Dopierała 2007-10-26 09:42:36 UTC
i have server with samba 3.0.x which serve home directories to clients (used linux and cifs). unix extensions are enabled ;)

directories on clients are mounted as:
//atos/undefine on /mnt/test9 type cifs (rw,mand)

I version 3.0.24b on server everything works ok:

[undefine@uml test9]$ touch testxxx
[undefine@uml test9]$ ls -ld testxxx
-rw-r--r-- 1 undefine 1002 0 2007-10-26 16:38 testxxx

but after upgrade samba on server to 3.0.26a it is broken:

[undefine@uml test9]$ touch testxx
[undefine@uml test9]$ ls -ld testxx
-rw-rw-rw- 1 undefine 1002 0 2007-10-26 16:40 testxx

(i just upgrades samba server)

Any suggestions? ;)
Comment 1 Andrzej Dopierała 2007-10-26 10:46:42 UTC
on 3.0.25b it's broken too
Comment 2 David Sainty 2009-09-29 22:16:33 UTC
on 3.3.7 it's broken too