r15078: add TODO about setting the full ACL with an NTTRANS_CREATE
authorStefan Metzmacher <metze@samba.org>
Thu, 13 Apr 2006 12:59:41 +0000 (12:59 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:04:07 +0000 (14:04 -0500)
metze
(This used to be commit bd2c899d83615066fbd1332495a4610eeea8f8ee)

source4/ntvfs/posix/pvfs_open.c

index 0a2cab87471efe2d840b4cac56a228014c8f2af3..488f2d95689044b7e6ecdda8618cf5a667933900 100644 (file)
@@ -143,7 +143,7 @@ static NTSTATUS pvfs_open_setup_eas_acl(struct pvfs_state *pvfs,
        /* setup an initial sec_desc if requested */
        if (io->ntcreatex.in.sec_desc) {
                union smb_setfileinfo set;
-
+/* TODO: set the full ACL! */
                set.set_secdesc.in.file.fnum = fnum;
                set.set_secdesc.in.secinfo_flags = SECINFO_DACL;
                set.set_secdesc.in.sd = io->ntcreatex.in.sec_desc;