RADIUS authentication
Configuration Variable | Data Type | Description |
---|---|---|
proxy.config.radius.auth.enabled | INT |
Default: 0 Enables (1) or disables (0) RADIUS proxy authentication. |
proxy.config.radius.proc.radius. primary_server.name | STRING |
Default: NULL The hostname or IP address of the primary RADIUS authentication server. |
proxy.config.radius.proc.radius. primary_server.auth_port | INT |
Default: 1812 The RADIUS server port that Content Gateway uses to communicate with the RADIUS server. |
proxy.config.radius.proc.radius. primary_server.shared_key | STRING |
Default: NULL The key used for encoding with the first RADIUS authentication server. |
proxy.config.radius.proc.radius. secondary_server.name | STRING |
Default: NULL The hostname or IP address of the secondary RADIUS authentication server. |
proxy.config.radius.proc.radius. secondary_server.auth_port | INT |
Default: 1812 The port that the proxy uses to communicate with the secondary RADIUS authentication server. |
proxy.config.radius.proc.radius. secondary_server.shared_key | STRING |
Default: NULL The key used for encoding with the secondary RADIUS authentication server. |
proxy.config.radius.auth.min_ timeout | INT |
Default: 10 The amount of time the connection to the RADIUS server can remain idle before Content Gateway closes the connection. |
proxy.config.radius.auth.max_ retries | INT |
Default: 10 The maximum number of times Content Gateway tries to connect to the RADIUS server. |
proxy.config.radius.cache.size | INT |
Default: 1000 The number of entries allowed in the RADIUS cache. The minimum value is 256 entries. |
proxy.config.radius.cache. storage_size | INT |
Default: 15728640 The maximum amount of space that the RADIUS cache can occupy on disk. This value must be at least one hundred times the number of entries. It is recommended that you provide the maximum amount of disk space possible. |
proxy.config.radius.auth.ttl_ value | INT |
Default: 60 The number of minutes that Content Gateway stores username and password entries in the RADIUS cache. |