--- samba-4.1.6+dfsg/source3/auth/auth_ntlmssp.c 2012-02-17 00:00:00.449156964 -0300 +++ samba-4.1.6+dfsg-new/source3/auth/auth_ntlmssp.c 2014-10-03 18:06:23.795911129 -0300 @@ -123,7 +123,7 @@ user_info->remote_host, user_info->password.response.lanman.data ? &user_info->password.response.lanman : NULL, user_info->password.response.nt.data ? &user_info->password.response.nt : NULL, - NULL, NULL, NULL, + NULL, NULL, user_info->password.plaintext, AUTH_PASSWORD_RESPONSE); if (!NT_STATUS_IS_OK(nt_status)) {