Fix for bug 269. Change wbinfo and ntlm_auth to convert domain, username
authorTim Potter <tpot@samba.org>
Tue, 12 Aug 2003 00:46:15 +0000 (00:46 +0000)
committerTim Potter <tpot@samba.org>
Tue, 12 Aug 2003 00:46:15 +0000 (00:46 +0000)
commitdffd0f379fdbb74533ceab18d199302f3b15a7c9
tree07fe79a13ddd865a2fa1b2010525e6bda2fe0557
parent102de75a7ca4055dee21610061429e100cfc5699
Fix for bug 269.  Change wbinfo and ntlm_auth to convert domain, username
and workstation to utf8 before sending the winbindd request.  Also, don't
continue when the call to pull_utf8() fails but rather return a winbind
error.  (This is what was causing the crash)
(This used to be commit ca1c463360b75538a93b56a87cbb4a6ee7b6cec6)
source3/nsswitch/wbinfo.c
source3/nsswitch/winbindd_pam.c
source3/python/py_winbind.c
source3/utils/ntlm_auth.c