Radiator Server Documentation — v10.33.2
Table of Contents
  • Policy

Policy

This is the start of a policy clause. The clause has a name which is defined as a string. A single policy can contain multiple handlers from which a first handler to match will be selected to handle the received request.

Example configuration of a policy clause:

aaa {
    policy "RADIUS" {
        conditions all {
            radius.server == "RADSEC_SERVER";
        }

        handler "AUTHENTICATION" {
            # ..
        }

        handler "ACCOUNTING" {
            # ..
        }
    }
}

The conditions block defines the conditions for selecting this policy.

See Policy Handler for more details on handlers and pipelines.

Table of Contents
Navigation
  • @verification

  • aaa

    • @pipeline

    • policy

      • conditions

      • handler

    • Template

  • backends

  • caches

  • captures

  • certificates

  • clients

  • conditions

  • dictionary

  • hmac-otp

  • include

  • init

  • ip-accept

  • license

  • logging

  • management

  • proxy-protocol

  • scripts

  • servers

  • statistics

  • stats

  • template

  • ui