summaryrefslogtreecommitdiff
path: root/source4/winbind/wb_server.h
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2005-10-15 22:01:15 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:44:48 -0500
commit17355fbbd4c4a904bb75c1d8ba98948edaf0fe68 (patch)
treed9a727b7c7295163ad4fc8a1319a842dbb1c0f08 /source4/winbind/wb_server.h
parent42ececdfae15a34205638cc6e3ec53d6f3ac2148 (diff)
downloadsamba-17355fbbd4c4a904bb75c1d8ba98948edaf0fe68.tar.gz
samba-17355fbbd4c4a904bb75c1d8ba98948edaf0fe68.tar.bz2
samba-17355fbbd4c4a904bb75c1d8ba98948edaf0fe68.zip
r11094: Connect to SAM, implement getdcname
(This used to be commit a14398715eceecf204caf815a8769ba8214d0576)
Diffstat (limited to 'source4/winbind/wb_server.h')
-rw-r--r--source4/winbind/wb_server.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/source4/winbind/wb_server.h b/source4/winbind/wb_server.h
index 52e7256570..e511325c72 100644
--- a/source4/winbind/wb_server.h
+++ b/source4/winbind/wb_server.h
@@ -54,6 +54,11 @@ struct wbsrv_domain {
struct dcerpc_pipe *lsa_pipe;
struct policy_handle *lsa_policy;
+ uint8_t lsa_auth_type;
+
+ struct dcerpc_pipe *samr_pipe;
+ struct policy_handle *samr_handle;
+ struct policy_handle *domain_handle;
struct dcerpc_pipe *netlogon_auth2_pipe;
struct dcerpc_pipe *netlogon_pipe;