mirror of
https://github.com/samba-team/samba.git
synced 2025-02-04 17:47:26 +03:00
Fix wbcAuthenticateUserEx().
Guenther (This used to be commit 79f7a519f8f61a31d84467c5b5975cae13db1c29)
This commit is contained in:
parent
5b8591c05f
commit
a4a90c62e6
@ -324,7 +324,7 @@ wbcErr wbcAuthenticateUserEx(const struct wbcAuthUserParams *params,
|
||||
WBFLAG_PAM_LMKEY;
|
||||
|
||||
if (params->password.response.lm_length &&
|
||||
params->password.response.lm_data) {
|
||||
!params->password.response.lm_data) {
|
||||
wbc_status = WBC_ERR_INVALID_PARAM;
|
||||
BAIL_ON_WBC_ERROR(wbc_status);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user