summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>1997-10-25 17:38:37 +0000
committerLuke Leighton <lkcl@samba.org>1997-10-25 17:38:37 +0000
commit7e56b5a173df10acfad9c99d59211a0432b2a28e (patch)
treee1c16d566a59c36511687a3bb79131a177d10f2b /source3/include
parent54932934421e8a34d190604122bc22d676e4c7ea (diff)
downloadsamba-7e56b5a173df10acfad9c99d59211a0432b2a28e.tar.gz
samba-7e56b5a173df10acfad9c99d59211a0432b2a28e.tar.bz2
samba-7e56b5a173df10acfad9c99d59211a0432b2a28e.zip
added correct client-side credential generation / checking to the LSA SAM
Logon query. i think i even got the client-side checking of the response credentials right! (This used to be commit f14c111835e18e361468cc6a1666a02654afe743)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/smb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h
index b19fbfb4ca..1869020c0d 100644
--- a/source3/include/smb.h
+++ b/source3/include/smb.h
@@ -809,7 +809,7 @@ typedef struct lsa_q_user_info
uint32 buffer_groups; /* undocumented buffer pointer to groups. */
uint32 user_flgs; /* user flags */
- char sess_key[16]; /* unused user session key */
+ char user_sess_key[16]; /* unused user session key */
UNIHDR hdr_logon_srv; /* logon server unicode string header */
UNIHDR hdr_logon_dom; /* logon domain unicode string header */