OpenVPN
Data Fields
user_pass Struct Reference

#include <misc.h>

Collaboration diagram for user_pass:
Collaboration graph
[legend]

Data Fields

bool defined
 
bool token_defined
 
bool nocache
 
char username [USER_PASS_LEN]
 
char password [USER_PASS_LEN]
 
int verb
 
char common_name [128]
 
char response [128]
 
char remote [INET6_ADDRSTRLEN]
 
const struct name_value_listname_value_list
 

Detailed Description

Definition at line 56 of file misc.h.

Field Documentation

◆ common_name

char user_pass::common_name[128]

Definition at line 122 of file auth-pam.c.

Referenced by my_conv(), and pam_server().

◆ defined

bool user_pass::defined

◆ name_value_list

const struct name_value_list* user_pass::name_value_list

Definition at line 126 of file auth-pam.c.

Referenced by my_conv(), pam_auth(), and pam_server().

◆ nocache

bool user_pass::nocache

◆ password

char user_pass::password

◆ remote

char user_pass::remote[INET6_ADDRSTRLEN]

Definition at line 124 of file auth-pam.c.

Referenced by pam_auth(), and pam_server().

◆ response

char user_pass::response[128]

Definition at line 123 of file auth-pam.c.

Referenced by my_conv(), pam_server(), and split_scrv1_password().

◆ token_defined

bool user_pass::token_defined

Definition at line 61 of file misc.h.

Referenced by key_method_2_write(), reset_user_pass(), and set_auth_token().

◆ username

char user_pass::username

◆ verb

int user_pass::verb

Definition at line 118 of file auth-pam.c.

Referenced by my_conv(), pam_server(), and split_scrv1_password().


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