All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Typedefs | Enumerations
rlm_mschap.h File Reference
#include "config.h"
+ Include dependency graph for rlm_mschap.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  rlm_mschap_t
 

Typedefs

typedef struct rlm_mschap_t rlm_mschap_t
 

Enumerations

enum  MSCHAP_AUTH_METHOD {
  AUTH_INTERNAL = 0,
  AUTH_NTLMAUTH_EXEC = 1
}
 

Data Structure Documentation

struct rlm_mschap_t

Definition at line 23 of file rlm_mschap.h.

+ Collaboration diagram for rlm_mschap_t:
Data Fields
bool allow_retry
char const * auth_type
char const * local_cpw
MSCHAP_AUTH_METHOD method
char const * ntlm_auth
uint32_t ntlm_auth_timeout
char const * ntlm_cpw
char const * ntlm_cpw_domain
char const * ntlm_cpw_username
bool require_encryption
bool require_strong
char const * retry_msg
bool use_mppe
vp_tmpl_t * wb_domain
fr_connection_pool_t * wb_pool
vp_tmpl_t * wb_username
bool with_ntdomain_hack
char const * xlat_name

Typedef Documentation

typedef struct rlm_mschap_t rlm_mschap_t

Enumeration Type Documentation

Enumerator
AUTH_INTERNAL 
AUTH_NTLMAUTH_EXEC 

Definition at line 15 of file rlm_mschap.h.