Resource Type: radius_server

Defined in:
lib/puppet/type/radius_server.rb

Overview

Configure a RADIUS server

Properties

  • accounting_only

    Enable this server for accounting only

    Supported values:
    • true
    • false
  • acct_port

    Port number to use for accounting

  • auth_port

    Port number to use for authentication

  • authentication_only

    Enable this server for authentication only

    Supported values:
    • true
    • false
  • deadtime

    Number of minutes to ignore an unresponsive server

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • group

    Server group associated with this server

  • hostname

    The hostname or address of the RADIUS server

  • key

    Encryption key (plaintext or in hash form depending on key_format)

  • key_format

    Encryption key format [0-7]

  • retransmit_count

    How many times to retransmit

  • source_interface

    Source interface to send syslog data from, e.g. “ethernet 2/1”

  • timeout

    Number of seconds before the timeout period ends

  • vrf

    VRF to send syslog data from, e.g. “management”

Parameters

  • name (namevar)

    The name of the RADIUS server