s3: Make sure we call wbcAuthenticateUserEx correctly
commit9d0f33a75bd99bd0e12ed5a0fb125902a8d8dc4c
authorVolker Lendecke <vl@samba.org>
Fri, 14 Jan 2011 12:14:22 +0000 (14 05:14 -0700)
committerVolker Lendecke <vl@samba.org>
Mon, 17 Jan 2011 15:34:43 +0000 (17 16:34 +0100)
tree875ce45ba1c8f5e8471aecee4898b6a3ed293fb0
parent7d637632dff47f11dd291930779c1b1514c4fe54
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