Changeset 223 for branches/samba-3.3.x/source/winbindd/winbindd_pam.c
- Timestamp:
- May 24, 2009, 7:51:24 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.3.x/source/winbindd/winbindd_pam.c
r206 r223 1855 1855 if (state->request.data.auth_crap.lm_resp_len > sizeof(state->request.data.auth_crap.lm_resp) 1856 1856 || state->request.data.auth_crap.nt_resp_len > sizeof(state->request.data.auth_crap.nt_resp)) { 1857 if (! state->request.flags & WBFLAG_BIG_NTLMV2_BLOB||1857 if (!(state->request.flags & WBFLAG_BIG_NTLMV2_BLOB) || 1858 1858 state->request.extra_len != state->request.data.auth_crap.nt_resp_len) { 1859 1859 DEBUG(0, ("winbindd_pam_auth_crap: invalid password length %u/%u\n",
Note:
See TracChangeset
for help on using the changeset viewer.