r17005: Add a new helper mode to ntlm_auth: ntlm-change-password-1
authorAndrew Bartlett <abartlet@samba.org>
Thu, 13 Jul 2006 09:29:25 +0000 (09:29 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:19:17 +0000 (11:19 -0500)
commit967292b7136c5100c0b9a2783c34b1948b16dad4
tree006b82fd88d8262bd91489b8c8b945213a916375
parent144067783d1c56b574911532f074bdaa7cea9c6e
r17005: 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).

The precalculated blobs do not reveal the plaintext password.

Original patch by Alexey Kobozev <cobedump@gmail.com>
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