samr: filterModuleName is a lsa_String in userPwdChangeFailureInformation.
commitab829518c46392536ee7ba09e9fdbe9df8ea8b7d
authorGünther Deschner <gd@samba.org>
Tue, 8 Nov 2011 15:00:10 +0000 (8 16:00 +0100)
committerKarolin Seeger <kseeger@samba.org>
Mon, 23 Jan 2012 20:27:32 +0000 (23 21:27 +0100)
treeea8d3b9c161590d0e6faa272bdaf7408cc00d7d7
parent65721f9c3d7e65606f575a84e9205dadf7547f2c
samr: filterModuleName is a lsa_String in userPwdChangeFailureInformation.

The entire marshalling of samr_ChangePasswordUser3 broke with c2685cdedb430ae75a94e86f34484292b4269363.

Matthias, the bad effect of this change was that actually all failed password
change attempts will always return NT_STATUS_OK because the last 4 bytes (the
resulting status code) were not marshalled anymore.

Guenther

Autobuild-User: Günther Deschner <gd@samba.org>
Autobuild-Date: Wed Nov  9 00:41:13 CET 2011 on sn-devel-104
(cherry picked from commit 8a18edf1c2d553105cfcadec4d892e4e5a0fdba1)

The last 2 patches address bug #8591 (samr_ChangePasswordUser3 IDL incorrect).
(cherry picked from commit 4d52675716997057941390c5711850c36786ef15)
librpc/idl/samr.idl
source4/torture/ndr/samr.c