Modify an existing RADIUS server authentication profile.
exec
switchServices userAdministration server radius index integer
Field Name | Description |
---|---|
ipAddress ipAddress | The IP address of the RADIUS server that you want the system to use for authentication, authorization, or accounting. |
secret passwordText | The shared secret or encryption key used to encrypt data when communicating with the RADIUS server. The shared secret must be 32 or fewer characters. This secret must match the secret configured on the RADIUS server. |
serverDisplayName text | Optional: A textual name that identifies the RADIUS server for event reporting purposes. The server name must be 32 or fewer characters. The system does not use this name for DNS lookup purposes, but you can use the same name. |
udpPortAuthentication integer |
Optional: The number of the UDP port that the RADIUS server uses for authentication and authorization requests. Valid values are from 1 to 65535; the default setting is "1812". |
udpPortAuthorization integer |
Optional: The number of the UDP port that the RADIUS server uses for authorization requests. Valid values are from 1 to 65535; the default setting is "1812". |
udpPortAccounting integer |
Optional: The number of the UDP port that the RADIUS server uses for accounting requests. Valid values are from 1 to 65535; the default setting is "1813". |
timeout integer |
Optional: The maximum amount of time, in seconds, that the Sun Secure Application Switch waits for a RADIUS server to respond to a request. Valid values are from 1 to 10; the default setting is "2". |
retries integer |
Optional: The maximum number of retries before this RADIUS server is deemed unavailable. Valid values are from 0 to 10; the default setting is "2". |
adminState enumeration |
Optional: The request types that are sent to a RADIUS server. The default setting is "authenticationAndAuthorizationAndAccounting". Valid values:
|
priority integer |
Optional: Groups and prioritizes RADIUS servers. A value of 1 is the highest priority. For authentication requests, if you assign the same priority to more than one authentication server, the system uses each server in a group in a round-robin fashion. For accounting records, the system always tries to send records to the accounting server that received the original start record. If that accounting server is not available and you assign the same priority to more than one accounting server, the system uses the next server in the group. Once the system accesses an available server, it tries to send subsequent accounting records to that server. The system attempts to use RADIUS servers with a priority of 1 first. If this server (or server group) is unavailable, the system tries the next highest priority server (or server group), until it finds a server it can access. If the system cannot find an available RADIUS server, it tries to find another user entry that it can use for authentication or authorization. If it cannot find another valid user entry, the authentication or authorization request is rejected. Valid values are from 1 to 10; the default setting is "1". |
vendorIdOffset integer |
Optional: Offset for Sun-specific attributes. 0 to use vendor specific attribute encoding. Valid values are from 0 to 250; the default setting is "0". |
nasIdentifier text | Optional: A string to identify the Sun Secure Application Switch to this RADIUS server. |