OpenVAS Libraries
8.0.8
|
Go to the source code of this file.
Data Structures | |
struct | radius_auth_info |
Info to use for a basic radius authentication. More... | |
Typedefs | |
typedef struct radius_auth_info * | radius_auth_info_t |
Functions | |
int | radius_authenticate (const char *, const char *, void *) |
Dummy function for manager. More... | |
radius_auth_info_t | radius_auth_info_from_key_file (GKeyFile *, const char *) |
typedef struct radius_auth_info* radius_auth_info_t |
radius_auth_info_t radius_auth_info_from_key_file | ( | GKeyFile * | , |
const char * | |||
) |
int radius_authenticate | ( | const char * | username, |
const char * | password, | ||
void * | info | ||
) |
Dummy function for manager.
[in] | hostname | Server hostname. |
[in] | secret | Radius secret key. |
[in] | username | Username to authenticate. |
[in] | password | Password to use with username. |