From: Uri Simchoni Date: Wed, 10 Aug 2016 05:38:59 +0000 (+0300) Subject: WHATSNEW: document new inherit owner option X-Git-Tag: tdb-1.3.12~25 X-Git-Url: http://git.samba.org/samba.git/?p=ambi%2Fsamba-autobuild%2F.git;a=commitdiff_plain;h=60fd6a324b1b98a02674b8afe36277359bdb5893 WHATSNEW: document new inherit owner option Signed-off-by: Uri Simchoni Reviewed-by: Rowland Penny Autobuild-User(master): Uri Simchoni Autobuild-Date(master): Thu Nov 24 20:23:46 CET 2016 on sn-devel-144 --- diff --git a/WHATSNEW.txt b/WHATSNEW.txt index 09f9384c602..6778a0a0fcb 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -32,6 +32,16 @@ This can solves some corner cases of mixed environments with Server 2003R2 and newer DCs. +new option for owner inheritance +-------------------------------- +The "inherit owner" smb.conf parameter instructs smbd to set the +owner of files to be the same as the parent directory's owner. +Up until now, this parameter could be set to "yes" or "no". +A new option, "unix only", enables this feature only for the UNIX owner +of the file, not affecting the SID owner in the Windows NT ACL of the +file. This can be used to emulate something very similar to folder quotas. + + REMOVED FEATURES ================ @@ -42,6 +52,7 @@ smb.conf changes Parameter Name Description Default -------------- ----------- ------- kerberos encryption types New all + inherit owner New option KNOWN ISSUES