summaryrefslogtreecommitdiff
path: root/source4/winbind/wb_server.h
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2005-10-08 17:45:27 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:39:34 -0500
commitc8cb36f08daf1563c3b7737552f1ff134ed05980 (patch)
tree85e486033df8b502b27c2058f520c010edcdc625 /source4/winbind/wb_server.h
parent846f4b304ce0f69ee11ddfe7519e5f024ccf4c11 (diff)
downloadsamba-c8cb36f08daf1563c3b7737552f1ff134ed05980.tar.gz
samba-c8cb36f08daf1563c3b7737552f1ff134ed05980.tar.bz2
samba-c8cb36f08daf1563c3b7737552f1ff134ed05980.zip
r10838: Get us an schannel'ed netlogon pipe.
Abartlet, now I think I need some assistance to implement the pam auth & crap auth calls. Volker (This used to be commit 90a30c8b6585ed48b50e6aed75f3ecfd3543bbdc)
Diffstat (limited to 'source4/winbind/wb_server.h')
-rw-r--r--source4/winbind/wb_server.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/source4/winbind/wb_server.h b/source4/winbind/wb_server.h
index 9d7f0c8336..d3596975ed 100644
--- a/source4/winbind/wb_server.h
+++ b/source4/winbind/wb_server.h
@@ -32,8 +32,12 @@
/* this struct stores global data for the winbind task */
struct wbsrv_service {
struct task_server *task;
- struct dcerpc_pipe *netlogon_pipe;
+
+ struct dcerpc_pipe *netlogon_auth2_pipe;
+ struct cli_credentials *schannel_creds;
+
struct dcerpc_pipe *lsa_pipe;
+ struct dcerpc_pipe *netlogon_pipe;
};
/*