NTLM authentication against the wbclient library. More...
#include <freeradius-devel/radiusd.h>
#include <freeradius-devel/rad_assert.h>
#include <wbclient.h>
#include <core/ntstatus.h>
#include "rlm_mschap.h"
#include "mschap.h"
#include "auth_wbclient.h"
Go to the source code of this file.
Macros | |
#define | NT_LENGTH 24 |
Functions | |
int | do_auth_wbclient (rlm_mschap_t *inst, REQUEST *request, uint8_t const *challenge, uint8_t const *response, uint8_t nthashhash[NT_DIGEST_LENGTH]) |
NTLM authentication against the wbclient library.
Definition in file auth_wbclient.c.
#define NT_LENGTH 24 |
Definition at line 37 of file auth_wbclient.c.
int do_auth_wbclient | ( | rlm_mschap_t * | inst, |
REQUEST * | request, | ||
uint8_t const * | challenge, | ||
uint8_t const * | response, | ||
uint8_t | nthashhash[NT_DIGEST_LENGTH] | ||
) |
Definition at line 48 of file auth_wbclient.c.