r4774: It appears the SensitiveData contains the password history, as the
authorAndrew Bartlett <abartlet@samba.org>
Sun, 16 Jan 2005 08:45:40 +0000 (08:45 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:08:53 +0000 (13:08 -0500)
remaining data.  Pity - I was looking for kerberos keys :-)

Andrew Bartlett
(This used to be commit 37a81aad74b9f7e982469cd36e56e6f9608b9123)

source4/librpc/idl/netlogon.idl

index 66c41fa8bca36a34abce336476dd8f65f4fb6ec2..dbbca48c9a55a1fa56e5802eaf55423950035de5 100644 (file)
@@ -326,10 +326,21 @@ interface netlogon
                samr_Password pwd;
        } netr_USER_KEY16;
 
+       typedef struct {
+               uint16 nt_length;
+               uint16 nt_size;
+               uint32 nt_flags;
+               uint16 lm_length;
+               uint16 lm_size;
+               uint32 lm_flags;
+               uint8 nt_history[nt_length];
+               uint8 lm_history[lm_length];
+       } netr_PasswordHistory;
+
        typedef struct {
                netr_USER_KEY16 lmpassword;
                netr_USER_KEY16 ntpassword;
-               
+               netr_PasswordHistory lmhistory;
        } netr_USER_KEYS2;
 
        typedef struct {