samr: fix samr_UserInfo24 and samr_UserInfo26.
authorGünther Deschner <gd@samba.org>
Mon, 24 Nov 2008 15:31:49 +0000 (16:31 +0100)
committerGünther Deschner <gd@samba.org>
Mon, 1 Dec 2008 11:34:28 +0000 (12:34 +0100)
Guenther

source/librpc/idl/samr.idl

index 43019b6844289715c3cd67ec605419724d2c0367..4c708981b7925b87129c68c484050c026699a4db 100644 (file)
@@ -959,7 +959,7 @@ import "misc.idl", "lsa.idl", "security.idl";
 
        typedef struct {
                samr_CryptPassword password;
-               uint8 pw_len;
+               uint8 password_expired;
        } samr_UserInfo24;
 
        typedef [flag(NDR_PAHEX)] struct {
@@ -973,7 +973,7 @@ import "misc.idl", "lsa.idl", "security.idl";
 
        typedef struct {
                samr_CryptPasswordEx password;
-               uint8 pw_len;
+               uint8 password_expired;
        } samr_UserInfo26;
 
        typedef [switch_type(uint16)] union {