From c8cb36f08daf1563c3b7737552f1ff134ed05980 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 8 Oct 2005 17:45:27 +0000 Subject: 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) --- source4/winbind/wb_server.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'source4/winbind/wb_server.h') 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; }; /* -- cgit