Bug 9589 - Owner permission remains as read only even when its group has full control
Summary: Owner permission remains as read only even when its group has full control
Status: NEW
Alias: None
Product: Samba 3.5
Classification: Unclassified
Component: File services (show other bugs)
Version: 3.5.16
Hardware: All All
: P5 normal
Target Milestone: ---
Assignee: Volker Lendecke
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-23 19:31 UTC by Grace Chen (mail address dead)
Modified: 2013-01-23 19:31 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Grace Chen (mail address dead) 2013-01-23 19:31:08 UTC
We found this issue in both 3.5.16 and 3.6.8 testing.

Test steps:
1. create a directory with a domain user
2. set the ACL like this: owner has read-only access, and full control for owner's group
3. create a file inside this directory, this file will inherit the directory permission, which is correct
4. try to write to the file, we found write IO failures.

We expect that the owner being a member of the group, it will have the union of the ACL right, both as owner (read only, and as a group full control).

Same test on Windows Server 2003 / 2008 will let the write IO succeed.