|
Greenbone Vulnerability Management Libraries 22.25.0
|
Implementation of an API for Radius authentication. More...
#include "radiusutils.h"Go to the source code of this file.
Functions | |
| int | radius_authenticate (const char *hostname, const char *secret, const char *username, const char *password) |
| Dummy function for manager. | |
Implementation of an API for Radius authentication.
| int radius_authenticate | ( | const char * | hostname, |
| const char * | secret, | ||
| const char * | username, | ||
| const char * | password ) |
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. |