summaryrefslogtreecommitdiffstats
path: root/source/librpc
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-11-24 16:31:49 +0100
committerKarolin Seeger <kseeger@samba.org>2008-12-08 15:36:05 +0100
commit33bc2776505acc77cf3d07dc9bd51e7fd7ff6987 (patch)
tree32dfc2239a5b990289fc82cb5943c139ebb85068 /source/librpc
parent42847a557e9177bf053b7307d964abaa8a773d0d (diff)
downloadsamba-33bc2776505acc77cf3d07dc9bd51e7fd7ff6987.tar.gz
samba-33bc2776505acc77cf3d07dc9bd51e7fd7ff6987.tar.xz
samba-33bc2776505acc77cf3d07dc9bd51e7fd7ff6987.zip
samr: fix samr_UserInfo24 and samr_UserInfo26.
Guenther (cherry picked from commit 0315308cbc724bbf54b7767b4af307217833f541)
Diffstat (limited to 'source/librpc')
-rw-r--r--source/librpc/idl/samr.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/librpc/idl/samr.idl b/source/librpc/idl/samr.idl
index 43019b68442..4c708981b79 100644
--- a/source/librpc/idl/samr.idl
+++ b/source/librpc/idl/samr.idl
@@ -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 {