diff options
author | Tim Potter <tpot@samba.org> | 2001-05-07 04:32:40 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2001-05-07 04:32:40 +0000 |
commit | a36f9250e7c9446f3eece6d8db29fcbde99256fb (patch) | |
tree | 5b981dc1171e92f4a28232c3cc7b6d619054ea75 /source3/include | |
parent | c2887d57b5ff6da52aefac4657c23c142977ee2e (diff) | |
download | samba-a36f9250e7c9446f3eece6d8db29fcbde99256fb.tar.gz samba-a36f9250e7c9446f3eece6d8db29fcbde99256fb.tar.bz2 samba-a36f9250e7c9446f3eece6d8db29fcbde99256fb.zip |
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)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/smb.h | 8 |
1 files changed, 8 insertions, 0 deletions
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 */ |