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_PORTComma separated list of the UDP ports over which RADIUS authentication packets are sent and received. |
PROPERTY_RADIUSSERVER_AUTH_SECRETThe shared secret for authentication. |
PROPERTY_RADIUSSERVER_ACCT_PORTComma separated list of the UDP ports over which RADIUS authentication packets are sent and received. |
PROPERTY_RADIUSSERVER_ACCT_SECRETThe shared secret for accounting. |
PROPERTY_RADIUSSERVER_ADDRESSThe IP address of the server, or a DNS name that corresponds to the server. |
PROPERTY_RADIUSSERVER_FORWARD_ACCT_ONOFFSpecifies whether to forward, that is proxy, accounting packets. |
PROPERTY_RADIUSSERVER_PRIORITYSpecifies the priority for server. Lower priorities have higher precedence. |
PROPERTY_RADIUSSERVER_WEIGHTSpecifies the weight for the server. If two servers have the same priority, then weight is used to determine which server is used. |
PROPERTY_RADIUSSERVER_TIMEOUTSpecifies the timeout for the server. |
PROPERTY_RADIUSSERVER_MAX_LOSTThe number of packets that can be dropped in a row before the server is considered unavailable. |
PROPERTY_RADIUSSERVER_BLACKOUTNumber of seconds that are waited before checking if an unavailable server is available again. |
PROPERTY_RADIUSSERVER_SEND_SIGNATURESpecifies 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 |