summaryrefslogtreecommitdiff
path: root/source4/ntvfs/posix/vfs_posix.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2004-11-29 03:22:44 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:06:11 -0500
commit71a81e9dcbbdc3e8d443967e47110ce9187a7c1d (patch)
tree7bf3c3c33d6ec086f2dea426aaf324c21fca96dc /source4/ntvfs/posix/vfs_posix.h
parent8b4c1f448cd698c2f7fa01f537fc4216f3030279 (diff)
downloadsamba-71a81e9dcbbdc3e8d443967e47110ce9187a7c1d.tar.gz
samba-71a81e9dcbbdc3e8d443967e47110ce9187a7c1d.tar.bz2
samba-71a81e9dcbbdc3e8d443967e47110ce9187a7c1d.zip
r3990: take advantage of the uid->sid and gid->sid code to create a much
better default NT ACL in pvfs (This used to be commit 9ff6ecbdb6c08528193f7958d7ea7d9a8df6defd)
Diffstat (limited to 'source4/ntvfs/posix/vfs_posix.h')
-rw-r--r--source4/ntvfs/posix/vfs_posix.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/ntvfs/posix/vfs_posix.h b/source4/ntvfs/posix/vfs_posix.h
index 1ae552b116..16c6f807e9 100644
--- a/source4/ntvfs/posix/vfs_posix.h
+++ b/source4/ntvfs/posix/vfs_posix.h
@@ -40,6 +40,7 @@ struct pvfs_state {
struct brl_context *brl_context;
struct odb_context *odb_context;
+ struct sidmap_context *sidmap;
/* an id tree mapping open search ID to a pvfs_search_state structure */
struct idr_context *idtree_search;