summaryrefslogtreecommitdiffstats
path: root/source/rpc_parse
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2005-11-22 13:58:51 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:05:30 -0500
commita8bc4bc902075cfd009dc92674c4560a44a74277 (patch)
tree42d8b5a39af744d50b36211191733d6e910d215c /source/rpc_parse
parent4d681f560e59dd483f580c5fe5299af6242ae7c2 (diff)
downloadsamba-a8bc4bc902075cfd009dc92674c4560a44a74277.tar.gz
samba-a8bc4bc902075cfd009dc92674c4560a44a74277.tar.xz
samba-a8bc4bc902075cfd009dc92674c4560a44a74277.zip
r11852: Fill in samr_get_dom_pwinfo based on Samba4.
Guenther
Diffstat (limited to 'source/rpc_parse')
-rw-r--r--source/rpc_parse/parse_samr.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/source/rpc_parse/parse_samr.c b/source/rpc_parse/parse_samr.c
index 817244a2b2c..e0efb72aabb 100644
--- a/source/rpc_parse/parse_samr.c
+++ b/source/rpc_parse/parse_samr.c
@@ -7038,15 +7038,11 @@ BOOL samr_io_r_get_dom_pwinfo(const char *desc, SAMR_R_GET_DOM_PWINFO * r_u,
if(!prs_align(ps))
return False;
- /*
- * see the Samba4 IDL for what these actually are.
- */
-
- if(!prs_uint16("unk_0", ps, depth, &r_u->unk_0))
+ if(!prs_uint16("min_pwd_length", ps, depth, &r_u->min_pwd_length))
return False;
if(!prs_align(ps))
return False;
- if(!prs_uint32("unk_1", ps, depth, &r_u->unk_1))
+ if(!prs_uint32("password_properties", ps, depth, &r_u->password_properties))
return False;
if(!prs_ntstatus("status", ps, depth, &r_u->status))