From 670f78f501b3ae15fe627b807b85e949e6d0d73b Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sun, 3 Mar 2002 04:01:49 +0000 Subject: Matching header files for the last netlogon cleanup. Andrew Bartlett (This used to be commit a9edcc1cb7c5f2692bc1931f0a2059a91891f178) --- source3/include/ntdomain.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'source3/include/ntdomain.h') diff --git a/source3/include/ntdomain.h b/source3/include/ntdomain.h index a784fd2eba..779c2deedd 100644 --- a/source3/include/ntdomain.h +++ b/source3/include/ntdomain.h @@ -156,6 +156,13 @@ struct dcinfo uchar md4pw[16]; /* md4(machine password) */ fstring mach_acct; /* Machine name we've authenticated. */ + + fstring remote_machine; /* Machine name we've authenticated. */ + + BOOL challange_sent; + BOOL got_session_key; + BOOL authenticated; + }; /* -- cgit