s3:libsmb: let trust_pw_change() verify the new password at the end.
authorStefan Metzmacher <metze@samba.org>
Thu, 9 Feb 2017 21:53:52 +0000 (22:53 +0100)
committerRalph Boehme <slow@samba.org>
Tue, 21 Feb 2017 15:09:21 +0000 (16:09 +0100)
commita2877541681e07f09aee7d7c21adbe50346755e3
tree7a7827290af23945b30d253ecf5ab2a9f207782d
parent4185689dbf0085fcb3840ad8b520df21a33e5d2a
s3:libsmb: let trust_pw_change() verify the new password at the end.

We should notice problems as early as possible, it makes no
sense to keep things working for a while and later find out
the we lost our trust relationship with our domain.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=12262

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/libsmb/trusts_util.c