![]() |
The FreeRADIUS server $Id: 15bac2a4c627c01d1aa2047687b3418955ac7f00 $
|
This graph shows which files directly or indirectly include this file: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_ctx_t *auth_ctx) |
| Check NTLM authentication direct to winbind via Samba's libwbclient library. | |
| 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_ctx_t * | auth_ctx | ||
| ) |
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] | auth_ctx | data for current authentication. |
Definition at line 93 of file auth_wbclient.c.
Here is the call graph for this function:
Here is the caller graph for this function:
1.9.8