Greenbone Vulnerability Management Libraries 22.8.0
|
Struct holding options for authentication. More...
#include <gmp.h>
Data Fields | |
int | timeout |
Timeout for authentication. | |
const char * | username |
Password. | |
const char * | password |
Username. | |
char ** | role |
[out] Role. | |
char ** | timezone |
[out] Timezone if any, else NULL. | |
char ** | pw_warning |
[out] Password warning, NULL if password is okay. | |
Struct holding options for authentication.
const char* gmp_authenticate_info_opts_t::password |
Username.
char** gmp_authenticate_info_opts_t::pw_warning |
[out] Password warning, NULL if password is okay.
char** gmp_authenticate_info_opts_t::role |
[out] Role.
int gmp_authenticate_info_opts_t::timeout |
Timeout for authentication.
char** gmp_authenticate_info_opts_t::timezone |
[out] Timezone if any, else NULL.
const char* gmp_authenticate_info_opts_t::username |
Password.