From: Günther Deschner Date: Mon, 24 Nov 2008 15:31:49 +0000 (+0100) Subject: samr: fix samr_UserInfo24 and samr_UserInfo26. X-Git-Tag: samba-4.0.0alpha6~480^2~87 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1be5be5b83d860372cf6b7aedfd6511b44d092e9;p=thirdparty%2Fsamba.git samr: fix samr_UserInfo24 and samr_UserInfo26. Guenther --- diff --git a/librpc/idl/samr.idl b/librpc/idl/samr.idl index 6ef069ac4b6..140782cdae8 100644 --- a/librpc/idl/samr.idl +++ b/librpc/idl/samr.idl @@ -971,7 +971,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 { @@ -985,7 +985,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 {