]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
Add reference to bug #4308 to remind me to add regression test to smbtorture.
authorJeremy Allison <jra@samba.org>
Thu, 6 Nov 2008 03:12:10 +0000 (19:12 -0800)
committerKarolin Seeger <kseeger@samba.org>
Mon, 12 Jan 2009 09:11:57 +0000 (10:11 +0100)
Jeremy.
(cherry picked from commit 0de73eeb1a17b6af217babd626b203eca975541f)

source/smbd/posix_acls.c

index 2fb8f9f2a371a40251324609614895076a254a46..2242405d413f378acd23c9184de4a50e0353738d 100644 (file)
@@ -3426,6 +3426,10 @@ BOOL set_nt_acl(files_struct *fsp, uint32 security_info_sent, SEC_DESC *psd)
 
        create_file_sids(&sbuf, &file_owner_sid, &file_grp_sid);
 
+       /* See here: http://www.codeproject.com/KB/winsdk/accessctrl2.aspx
+        * for details and also the log trace in bug #4308. JRA.
+       */
+
        if ((security_info_sent & DACL_SECURITY_INFORMATION) &&
                psd->dacl != NULL &&
                (psd->type & (SE_DESC_DACL_AUTO_INHERITED|