summaryrefslogtreecommitdiff
path: root/source3/include/rpc_samr.h
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2001-06-15 05:09:40 +0000
committerTim Potter <tpot@samba.org>2001-06-15 05:09:40 +0000
commitb7e382bfb29295047d8976ab534c82d0af345e42 (patch)
tree7f621b5ea4edb1bdfb9e10c71946f447ee0b860d /source3/include/rpc_samr.h
parent8888bf6582485433493e76139fa36e4d9f3be3a1 (diff)
downloadsamba-b7e382bfb29295047d8976ab534c82d0af345e42.tar.gz
samba-b7e382bfb29295047d8976ab534c82d0af345e42.tar.bz2
samba-b7e382bfb29295047d8976ab534c82d0af345e42.zip
Add password length field to SAM_USER_INFO24 structure and fix init
and parse function. (This used to be commit d2eafa7483a53958b6c930ca05da6e6a6c21b785)
Diffstat (limited to 'source3/include/rpc_samr.h')
-rw-r--r--source3/include/rpc_samr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/rpc_samr.h b/source3/include/rpc_samr.h
index d996170200..223299cfc5 100644
--- a/source3/include/rpc_samr.h
+++ b/source3/include/rpc_samr.h
@@ -217,6 +217,7 @@ typedef struct sam_user_info_23
typedef struct sam_user_info_24
{
uint8 pass[516];
+ uint16 passlen;
} SAM_USER_INFO_24;