You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Specify a descriptive name for the RADIUS authentication server to create. This name must be unique from all other authentication servers on the system."
328
+
},
329
+
{
330
+
"key": "host",
331
+
"value": "string",
332
+
"description": "Specify the IP or hostname of the remote RADIUS authentication server."
333
+
},
334
+
{
335
+
"key": "radius_secret",
336
+
"value": "string",
337
+
"description": "Specify the shared secret of the remote RADIUS authentication server. "
338
+
},
339
+
{
340
+
"key": "radius_auth_port",
341
+
"value": "integer",
342
+
"description": "Specify the remote RADIUS authentication server's authentication port. If no value is specified, the authentication service on the remote RADIUS server will not be used. This field is optional if a `radius_acct_port` value is specified. (optional)"
343
+
},
344
+
{
345
+
"key": "radius_acct_port",
346
+
"value": "integer",
347
+
"description": "Specify the remote RADIUS authentication server's accounting port. If no value is specified, the accounting service on the remote RADIUS server will not be used. This field is optional if a `radius_auth_port` value is specified.(optional)"
348
+
},
349
+
{
350
+
"key": "radius_timeout",
351
+
"value": "integer",
352
+
"description": "Specify the amount of time (in seconds) to wait for the remote RADIUS server to respond before timing out. This value must be `1` or greater. Defaults to `5`. (optional)"
353
+
},
354
+
{
355
+
"key": "radis_nasip_attribute",
356
+
"value": "string",
357
+
"description": "Specify which Interface's IP address to send in the NAS IP RADIUS attribute. You may specify either the physical Interface ID, the pfSense Interface ID or the descriptive Interface name. Defaults to `wan`. (optional)"
358
+
},
359
+
{
360
+
"key": "active",
361
+
"value": "boolean",
362
+
"description": "Specify whether pfSense should use this authentication server by default after creation. (optional)"
363
+
},
364
+
{
365
+
"key": "radius_protocol",
366
+
"value": "string",
367
+
"description": "Specify the RADIUS authentication protocol to use when communicating with the remote RADIUS server. Options are `PAP`, `CHAP_MD5`, `MSCHAPv1` or `MSCHAPv2`. Defaults to `MSCHAPv2`. (optional)"
368
+
}
369
+
]
370
+
},
371
+
"description": "Delete an existing RADIUS authentication server.<br><br>\n\n_Requires at least one of the following privileges:_ [`page-all`, `page-system-authservers`]"
0 commit comments