Bug 10743 - File ownership issue.
Summary: File ownership issue.
Status: RESOLVED FIXED
Alias: None
Product: Samba 3.6
Classification: Unclassified
Component: SMB2 (show other bugs)
Version: 3.6.12
Hardware: All All
: P5 normal
Target Milestone: ---
Assignee: Jeremy Allison
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-25 04:50 UTC by ramarao.katta
Modified: 2014-08-20 18:24 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 ramarao.katta 2014-07-25 04:50:43 UTC
#testparm -V
 Version 3.6.12

When a user(is member of Administrators Group) connects to a share and creates a file/folder, samba create the file/folder with Owner as logged-in user. 
Where as MS link 'http://technet.microsoft.com/en-us/library/cc961992.aspx' says Owner should be 'Administrator'.
Comment 1 Stefan Metzmacher 2014-07-25 06:03:08 UTC
(In reply to comment #0)
> #testparm -V
>  Version 3.6.12
> 
> When a user(is member of Administrators Group) connects to a share and creates
> a file/folder, samba create the file/folder with Owner as logged-in user. 
> Where as MS link 'http://technet.microsoft.com/en-us/library/cc961992.aspx'
> says Owner should be 'Administrator'.

With you mean the owner should be the Administrators group, then
this should be fixed with Samba 4.x, if your idmap backend supports
ID_MAP_BOTH, which is currently only available with the idmap_rid,
idmap_autorid backends on a member or nt4 style dc and always on an ad style
dc.
Comment 2 ramarao.katta 2014-08-20 18:24:30 UTC
> then his should be fixed with Samba 4.x
  Can you please provide me the patch details?