s3: Make sure we call wbcAuthenticateUserEx correctly
authorVolker Lendecke <vl@samba.org>
Fri, 14 Jan 2011 12:14:22 +0000 (05:14 -0700)
committerChristian Ambach <christian.ambach@de.ibm.com>
Mon, 17 Jan 2011 13:19:13 +0000 (14:19 +0100)
commitc8befe75669c827419397d874c7e0c06fbcf4f13
treea3c0fb17d22ee8e2c9b28cd63d6c4bf6164f344e
parentf970d084dd46b4c1a380d2c8cd0879d39081e745
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.
source3/auth/auth_winbind.c