myrun::myautentication Struct Reference

An object holding Basic Authentication information. More...


Data Fields

int defined
 TRUE if basic authentication can be used.

char * uname
 User allowed to connect to monit httpd.

char * passwd
 The users password in clear text.


Detailed Description

An object holding Basic Authentication information.

Definition at line 155 of file monitor.h.


Field Documentation

int myrun::myautentication::defined
 

TRUE if basic authentication can be used.

Definition at line 156 of file monitor.h.

Referenced by can_http(), get_basic_authentication_header(), and printrunlist().

char* myrun::myautentication::passwd
 

The users password in clear text.

Definition at line 158 of file monitor.h.

Referenced by get_basic_authentication_header().

char* myrun::myautentication::uname
 

User allowed to connect to monit httpd.

Definition at line 157 of file monitor.h.

Referenced by get_basic_authentication_header().


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