Go to the source code of this file.
|
int | radius_authenticate (const char *hostname, const char *secret, const char *username, const char *password) |
| Dummy function for manager. More...
|
|
◆ radius_authenticate()
int radius_authenticate |
( |
const char * |
hostname, |
|
|
const char * |
secret, |
|
|
const char * |
username, |
|
|
const char * |
password |
|
) |
| |
Dummy function for manager.
- Parameters
-
[in] | hostname | Server hostname. |
[in] | secret | Radius secret key. |
[in] | username | Username to authenticate. |
[in] | password | Password to use with username. |
- Returns
- -1.
Definition at line 265 of file radius.c.