s3-auth: use full 16byte session key in make_user_info_netlogon_interactive().
[samba.git] / source / include / ntdomain.h
index de0a31360985f73c54c2694437b53ec01c4cb6d6..4b49b5efb3bb780469373317c03a625b27673573 100644 (file)
@@ -139,7 +139,7 @@ struct dcinfo {
        struct netr_Credential clnt_chal; /* Client credential */
        struct netr_Credential srv_chal;  /* Server credential */
  
-       unsigned char  sess_key[16]; /* Session key - 8 bytes followed by 8 zero bytes */
+       unsigned char  sess_key[16]; /* Session key */
        unsigned char  mach_pw[16];   /* md4(machine password) */
 
        fstring mach_acct;  /* Machine name we've authenticated. */