summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/include/ntdomain.h7
1 files changed, 7 insertions, 0 deletions
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;
+
};
/*