r17004: Add a new helper mode to ntlm_auth: ntlm-change-password-1
authorAndrew Bartlett <abartlet@samba.org>
Thu, 13 Jul 2006 09:28:35 +0000 (09:28 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 13 Jul 2006 09:28:35 +0000 (09:28 +0000)
commit5a74e501ac682ca74d1e34d8e67c2148330ea846
tree8a26ea0f6c03dc587b3d9951e1c4d0e71cee47fb
parent1630488d4b7ae041d9eaffadca957abf83649000
r17004: Add a new helper mode to ntlm_auth: ntlm-change-password-1

This mode proxies pre-calculated blobs from a remote (probably VPN)
client into the domain.  This allows clients to change their password
over a PPTP connection (where they would not be able to connect to
SAMR directly).

Original patch by Alexey Kobozev <cobedump@gmail.com>

Andrew Bartlett
source/nsswitch/winbindd.c
source/nsswitch/winbindd_dual.c
source/nsswitch/winbindd_nss.h
source/nsswitch/winbindd_pam.c
source/rpc_client/cli_samr.c
source/utils/ntlm_auth.c