iPXE
Data Fields
ntlm_authenticate_test Struct Reference

An authentication test. More...

Data Fields

const char * domain
 Domain name (or NULL) More...
 
const char * username
 User name (or NULL) More...
 
const char * password
 Password (or NULL) More...
 
const char * workstation
 Workstation (or NULL) More...
 
struct ntlm_nonce nonce
 Nonce. More...
 
struct ntlm_challengechallenge
 Challenge message. More...
 
size_t challenge_len
 Length of Challenge message. More...
 
struct ntlm_authenticateexpected
 Expected Authenticate message. More...
 
size_t expected_len
 Expected length of Authenticate message. More...
 

Detailed Description

An authentication test.

Definition at line 56 of file ntlm_test.c.

Field Documentation

◆ domain

const char* ntlm_authenticate_test::domain

Domain name (or NULL)

Definition at line 58 of file ntlm_test.c.

◆ username

const char* ntlm_authenticate_test::username

User name (or NULL)

Definition at line 60 of file ntlm_test.c.

◆ password

const char* ntlm_authenticate_test::password

Password (or NULL)

Definition at line 62 of file ntlm_test.c.

◆ workstation

const char* ntlm_authenticate_test::workstation

Workstation (or NULL)

Definition at line 64 of file ntlm_test.c.

◆ nonce

struct ntlm_nonce ntlm_authenticate_test::nonce

Nonce.

Definition at line 66 of file ntlm_test.c.

◆ challenge

struct ntlm_challenge* ntlm_authenticate_test::challenge

Challenge message.

Definition at line 68 of file ntlm_test.c.

◆ challenge_len

size_t ntlm_authenticate_test::challenge_len

Length of Challenge message.

Definition at line 70 of file ntlm_test.c.

◆ expected

struct ntlm_authenticate* ntlm_authenticate_test::expected

Expected Authenticate message.

Definition at line 72 of file ntlm_test.c.

◆ expected_len

size_t ntlm_authenticate_test::expected_len

Expected length of Authenticate message.

Definition at line 74 of file ntlm_test.c.


The documentation for this struct was generated from the following file: