The FreeRADIUS server  $Id: 15bac2a4c627c01d1aa2047687b3418955ac7f00 $
auth_wbclient.h
Go to the documentation of this file.
1 #pragma once
2 /* @copyright 2015 The FreeRADIUS server project */
3 RCSIDH(auth_wbclient_h, "$Id: 610ab3e5dabb825f4cfe28a704bfdf07a7ab3a9b $")
4 
5 int do_auth_wbclient(rlm_mschap_t const *inst, request_t *request,
6  uint8_t const *challenge, uint8_t const *response,
7  uint8_t nthashhash[NT_DIGEST_LENGTH],
8  mschap_auth_call_env_t *env_data);
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.
Definition: auth_wbclient.c:93
#define RCSIDH(h, id)
Definition: build.h:445
unsigned char uint8_t
Definition: merged_model.c:30
#define NT_DIGEST_LENGTH
Definition: mschap.h:7
eap_aka_sim_process_conf_t * inst