The FreeRADIUS server
$Id: 15bac2a4c627c01d1aa2047687b3418955ac7f00 $
|
Go to the source code of this file.
Functions | |
int | do_auth_wbclient (rlm_mschap_t const *inst, request_t *request, uint8_t const *challenge, uint8_t const *response, uint8_t nthashhash[NT_DIGEST_LENGTH], mschap_auth_call_env_t *env_data) |
Check NTLM authentication direct to winbind via Samba's libwbclient library. More... | |
int do_auth_wbclient | ( | rlm_mschap_t const * | inst, |
request_t * | request, | ||
uint8_t const * | challenge, | ||
uint8_t const * | response, | ||
uint8_t | nthashhash[NT_DIGEST_LENGTH], | ||
mschap_auth_call_env_t * | env_data | ||
) |
Check NTLM authentication direct to winbind via Samba's libwbclient library.
[in] | inst | Module instance. |
[in] | request | Current request. |
[in] | challenge | MS CHAP challenge. |
[in] | response | MS CHAP response. |
[out] | nthashhash | Hash returned on success. |
[in] | env_data | Call_env data for current authentication. |
Definition at line 93 of file auth_wbclient.c.