Sec/NLA: Support passwordless (blank password) login with NLA.
authorzihao.jiang <zihao.jiang@yahoo.com>
Fri, 9 Oct 2015 17:48:41 +0000 (01:48 +0800)
committerzihao.jiang <zihao.jiang@yahoo.com>
Fri, 9 Oct 2015 17:48:41 +0000 (01:48 +0800)
commita7f4685c0943edbb4d03b4359dc743a10bb57903
tree3f4f7fd94fd8b36cbfd408521e6f1656c73ced98
parent6d810a5d7829334b94ef5c48aa451fe274833a6e
Sec/NLA: Support passwordless (blank password) login with NLA.
It was supported in freerdp 1.0.2 but not supported in lastest master.
We should take empty password if it is explicitly specified with /v option.
If a password is not specified, we could first try SAM file. If the user entry does not exist, prompt for password.
libfreerdp/core/nla.c
winpr/libwinpr/sspi/NTLM/ntlm_compute.c
winpr/libwinpr/sspi/sspi_winpr.c