NAME
radiusd_standard
—
provide standard decorations for RADIUS
messages
SYNOPSIS
radiusd_standard |
DESCRIPTION
The radiusd_standard
utility is executed
by radiusd(8) as a module
to provide various standard functionalities. It can be configured as a
module for decoration which modifies request and response RADIUS messages.
Also it can be configured as an accounting module that logs accounting
information through syslog(3).
CONFIGURATIONS
The radiusd_standard
module supports the
following configuration key and value:
strip-atmark-realm
true | false- Remove the realm part which starts with @ (atmark) from the User-Name attribute of the Access-Request.
strip-nt-domain
true | false- Remove NT domain which ends with \ (backslash) from the User-Name attribute of the Access-Request.
remove-request-attribute
[vendor] typeremove-response-attribute
[vendor] type- Remove all the specified attributes from request or response messages of Access-Request. Specify type of the attribute in a decimal number. To specify a vendor attribute, specify the Vendor-Id in a decimal number for vendor.
FILES
- /usr/libexec/radiusd/radiusd_standard
- “standard” module executable.
HISTORY
The radiusd_standard
module first appeared
in OpenBSD 5.8.