From a36f9250e7c9446f3eece6d8db29fcbde99256fb Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Mon, 7 May 2001 04:32:40 +0000 Subject: Preliminary merge of winbind into HEAD. Note that this compiles and links but I haven't actually run it yet so it probably doesn't work. (-: (This used to be commit 59f95416b66db6df05289bde224de29c721978e5) --- source3/include/smb.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'source3/include/smb.h') diff --git a/source3/include/smb.h b/source3/include/smb.h index 0993d349a2..8b18ee5010 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -1649,4 +1649,12 @@ typedef struct user_struct #include "nsswitch/winbindd_nss.h" #include "smb_acls.h" +/* Used by winbindd_glue functions */ + +typedef struct { + struct cli_state *cli; + POLICY_HND handle; + TALLOC_CTX *mem_ctx; +} CLI_POLICY_HND; + #endif /* _SMB_H */ -- cgit