Changeset 233 for branches/samba-3.2.x/source/winbindd/winbindd_pam.c
- Timestamp:
- May 27, 2009, 11:39:15 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.2.x/source/winbindd/winbindd_pam.c
r228 r233 1833 1833 if (state->request.data.auth_crap.lm_resp_len > sizeof(state->request.data.auth_crap.lm_resp) 1834 1834 || state->request.data.auth_crap.nt_resp_len > sizeof(state->request.data.auth_crap.nt_resp)) { 1835 if (! state->request.flags & WBFLAG_BIG_NTLMV2_BLOB||1835 if (!(state->request.flags & WBFLAG_BIG_NTLMV2_BLOB) || 1836 1836 state->request.extra_len != state->request.data.auth_crap.nt_resp_len) { 1837 1837 DEBUG(0, ("winbindd_pam_auth_crap: invalid password length %u/%u\n",
Note:
See TracChangeset
for help on using the changeset viewer.