diff options
author | Andrew Bartlett <abartlet@samba.org> | 2002-03-03 04:01:49 +0000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2002-03-03 04:01:49 +0000 |
commit | 670f78f501b3ae15fe627b807b85e949e6d0d73b (patch) | |
tree | 67f9a09f23f9e87d4932a28ebbf854228e5e380d /source3/include/ntdomain.h | |
parent | 4941e64fe043d755ec0068b540a9ed7264a9a38d (diff) | |
download | samba-670f78f501b3ae15fe627b807b85e949e6d0d73b.tar.gz samba-670f78f501b3ae15fe627b807b85e949e6d0d73b.tar.xz samba-670f78f501b3ae15fe627b807b85e949e6d0d73b.zip |
Matching header files for the last netlogon cleanup.
Andrew Bartlett
(This used to be commit a9edcc1cb7c5f2692bc1931f0a2059a91891f178)
Diffstat (limited to 'source3/include/ntdomain.h')
-rw-r--r-- | source3/include/ntdomain.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/source3/include/ntdomain.h b/source3/include/ntdomain.h index a784fd2eba0..779c2deedd8 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; + }; /* |