ntvfs: Use wbclient for pvfs_acl and pvfs_acl_nfs4
[metze/samba/wip.git] / source4 / ntvfs / posix / vfs_posix.h
index 4d22a917149c7d0f7aff4c6c21d53b7de1640a1c..441424142f933555b19fe82b1c179770582de3f8 100644 (file)
@@ -26,6 +26,7 @@
 #include "system/filesys.h"
 #include "ntvfs/ntvfs.h"
 #include "ntvfs/common/ntvfs_common.h"
+#include "libcli/wbclient/wbclient.h"
 #include "dsdb/samdb/samdb.h"
 
 struct pvfs_wait;
@@ -46,7 +47,7 @@ struct pvfs_state {
        struct brl_context *brl_context;
        struct odb_context *odb_context;
        struct notify_context *notify_context;
-       struct sidmap_context *sidmap;
+       struct wbc_context *wbc_ctx;
 
        /* a list of pending async requests. Needed to support
           ntcancel */