From 71a81e9dcbbdc3e8d443967e47110ce9187a7c1d Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 29 Nov 2004 03:22:44 +0000 Subject: 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) --- source4/ntvfs/posix/vfs_posix.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/ntvfs/posix/vfs_posix.h') 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; -- cgit