diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-04-13 12:59:41 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:04:07 -0500 |
commit | 8302b889b410934330ed9c7c492d9b26b3bce58a (patch) | |
tree | 46aa7c57b2483cad0f36bad9448e61f9cffe183e /source4 | |
parent | 683ca3c9ade394d782673dba80b56c84fd70b7d9 (diff) | |
download | samba-8302b889b410934330ed9c7c492d9b26b3bce58a.tar.gz samba-8302b889b410934330ed9c7c492d9b26b3bce58a.tar.bz2 samba-8302b889b410934330ed9c7c492d9b26b3bce58a.zip |
r15078: add TODO about setting the full ACL with an NTTRANS_CREATE
metze
(This used to be commit bd2c899d83615066fbd1332495a4610eeea8f8ee)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/ntvfs/posix/pvfs_open.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/ntvfs/posix/pvfs_open.c b/source4/ntvfs/posix/pvfs_open.c index 0a2cab8747..488f2d9568 100644 --- a/source4/ntvfs/posix/pvfs_open.c +++ b/source4/ntvfs/posix/pvfs_open.c @@ -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; |