Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The values of the RADIUSSERVERPROPERTIES enumeration type enumerate the properties of the RADIUS server, that is the SDO computer.
Syntax
typedef enum _RADIUSSERVERPROPERTIES {
PROPERTY_RADIUSSERVER_AUTH_PORT,
PROPERTY_RADIUSSERVER_AUTH_SECRET,
PROPERTY_RADIUSSERVER_ACCT_PORT,
PROPERTY_RADIUSSERVER_ACCT_SECRET,
PROPERTY_RADIUSSERVER_ADDRESS,
PROPERTY_RADIUSSERVER_FORWARD_ACCT_ONOFF,
PROPERTY_RADIUSSERVER_PRIORITY,
PROPERTY_RADIUSSERVER_WEIGHT,
PROPERTY_RADIUSSERVER_TIMEOUT,
PROPERTY_RADIUSSERVER_MAX_LOST,
PROPERTY_RADIUSSERVER_BLACKOUT,
PROPERTY_RADIUSSERVER_SEND_SIGNATURE,
PROPERTY_RADIUSSERVER_AUTH_SECRET_TEMPLATE_GUID,
PROPERTY_RADIUSSERVER_ACCT_SECRET_TEMPLATE_GUID
} RADIUSSERVERPROPERTIES;
Constants
PROPERTY_RADIUSSERVER_AUTH_PORT Comma separated list of the UDP ports over which RADIUS authentication packets are sent and received. |
PROPERTY_RADIUSSERVER_AUTH_SECRET The shared secret for authentication. |
PROPERTY_RADIUSSERVER_ACCT_PORT Comma separated list of the UDP ports over which RADIUS authentication packets are sent and received. |
PROPERTY_RADIUSSERVER_ACCT_SECRET The shared secret for accounting. |
PROPERTY_RADIUSSERVER_ADDRESS The IP address of the server, or a DNS name that corresponds to the server. |
PROPERTY_RADIUSSERVER_FORWARD_ACCT_ONOFF Specifies whether to forward, that is proxy, accounting packets. |
PROPERTY_RADIUSSERVER_PRIORITY Specifies the priority for server. Lower priorities have higher precedence. |
PROPERTY_RADIUSSERVER_WEIGHT Specifies the weight for the server. If two servers have the same priority, then weight is used to determine which server is used. |
PROPERTY_RADIUSSERVER_TIMEOUT Specifies the timeout for the server. |
PROPERTY_RADIUSSERVER_MAX_LOST The number of packets that can be dropped in a row before the server is considered unavailable. |
PROPERTY_RADIUSSERVER_BLACKOUT Number of seconds that are waited before checking if an unavailable server is available again. |
PROPERTY_RADIUSSERVER_SEND_SIGNATURE Specifies whether the Message-Authenticator attribute of RFC 3579 is sent by the server or not. It is always sent for EAP authentications. |
PROPERTY_RADIUSSERVER_AUTH_SECRET_TEMPLATE_GUID |
PROPERTY_RADIUSSERVER_ACCT_SECRET_TEMPLATE_GUID |
Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows Server 2008 |
Header | sdoias.h |