32 constant
int ERR_INVALID_CFG = 1;
33 constant
int ERR_SERVER_UNSPECIFIED = 2;
34 constant
int ERR_INVALID_SHARED_SECRET = 3;
35 constant
int ERR_SERVER_UNREACHABLE = 4;
36 constant
int ERR_AUTHENTICATION_FAILED = 5;
37 constant
int ERR_NO_ROLES = 6;
38 constant
int ERR_NO_KNOWN_ROLES = 7;
RADIUS server configuration interface.
Definition: RadiusManager.idl:10
vector< ServerSettings > getRadiusServers()
Get a list of RADIUS server settings.
int setRadiusServers(in vector< ServerSettings > serverList)
Sets a list of RADIUS servers.
int testRadiusServer(in string username, in string password, in ServerSettings settings)
Tests an RADIUS server configuration.
AuthType
RADIUS auth type.
Definition: RadiusManager.idl:13
@ CHAP
CHAP authentication.
Definition: RadiusManager.idl:15
@ PAP
PAP authentication.
Definition: RadiusManager.idl:14
Local and Remote Authentication Management.
Definition: AuthManager.idl:7
Server settings.
Definition: RadiusManager.idl:20
int timeout
Timeout in seconds.
Definition: RadiusManager.idl:26
string id
This field is unused; empty on read, ignored on write.
Definition: RadiusManager.idl:21
string server
IP or name of the radius servers.
Definition: RadiusManager.idl:22
string sharedSecret
Shared secret between the Xerus device and the RADIUS server.
Definition: RadiusManager.idl:23
int udpAuthPort
UDP port for RADIUS Authenticating service.
Definition: RadiusManager.idl:24
boolean disableAccounting
true to disable accounting, false to enable accounting
Definition: RadiusManager.idl:29
int retries
Number of retries.
Definition: RadiusManager.idl:27
AuthType authType
Authentication type.
Definition: RadiusManager.idl:28
int udpAccountPort
UDP port for RADIUS Accounting service.
Definition: RadiusManager.idl:25