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>
Wed, 10 Dec 2008 10:09:50 +0000 (11:09 +0100)
Guenther
(cherry picked from commit 0315308cbc724bbf54b7767b4af307217833f541)

source/librpc/idl/samr.idl

index e823d1d77b24d7e5726bb19fe1783a937e422a87..b8337fddb7b131121e96aea92bd08cb1152fec93 100644 (file)
@@ -835,7 +835,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 {
@@ -849,7 +849,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 {