s3: Make sure we call wbcAuthenticateUserEx correctly
authorVolker Lendecke <vl@samba.org>
Fri, 14 Jan 2011 12:14:22 +0000 (05:14 -0700)
committerVolker Lendecke <vlendec@samba.org>
Mon, 17 Jan 2011 15:30:11 +0000 (16:30 +0100)
commit9b94f3660531e7c5e4dc4345227f781910c54f79
tree2017dfc380ae2fd4f7208563707c8e082c941600
parent3ecce7f2ee243eb1411e4aa8cb0648d118c1c364
s3: Make sure we call wbcAuthenticateUserEx correctly

There are cases where we fill in params.password.response.lm_data with non-NULL
where params.password.response.lm_length is 0. wbcAuthenticateUserEx does not
like that.

I haven't been able to reproduce this with smbclient yet, I've seen it with a
proprietary smb client implementation.

Autobuild-User: Volker Lendecke <vlendec@samba.org>
Autobuild-Date: Mon Jan 17 16:30:11 CET 2011 on sn-devel-104
source3/auth/auth_wbc.c
source3/auth/auth_winbind.c