r23616: Fix bugzilla #4719: must change password is not set from usrmgr.exe.
authorJim McDonough <jmcd@samba.org>
Tue, 26 Jun 2007 20:09:41 +0000 (20:09 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:23:36 +0000 (12:23 -0500)
commit9c3db7adf3efb7e485ac0a7301f31a1ab6338435
tree43872efb41a9ca0ce4fe74c47bf52d12a258d01c
parent53637791023ec35f669244d7ea24ceaf6cf30d18
r23616: Fix bugzilla #4719: must change password is not set from usrmgr.exe.

This was only affecting the newer versions of usrmgr.exe, because they
use a user_info_25 struct.  The password is getting set separately
inside that code, so the password last set time was getting set from the
password change logic.

We also were not parsing a number of fields (like logon hours) from the
user_info_25.  That should also be fixed.
(This used to be commit afabd68b6ae874aceba708dc36808ed007ad496c)
source3/include/rpc_samr.h
source3/rpc_parse/parse_samr.c
source3/rpc_server/srv_samr_nt.c
source3/rpc_server/srv_samr_util.c