Skip to content
Snippets Groups Projects
Select Git revision
  • d683197356fc923e94d861540a86d1ba6dd64bf0
  • master default protected
  • main
  • update_github_actions
  • 144_rocky8_support
  • 195-update-pdk-to-300
  • 144-rocky8
  • add_test_github_test_workflow
  • pdk_2.4.0
  • fix_unclosed_let_block_in_defines_client_spec
  • validation_fixes
  • freeradius_3_0_21_config_updates
  • data_types
  • PrepareBuster
  • travis
  • 4.0.1
  • 4.0.0
  • 3.9.2
  • 3.9.1
  • 3.9.0
  • 3.8.2
  • 3.8.1
  • 3.8.0
  • 3.7.0
  • 3.6.0
  • 3.5.0
  • 3.4.3
  • 3.4.2
  • 3.4.1
  • 3.4.0
  • 3.3.0
  • 3.2.0
  • 3.1.0
  • 3.0.0
  • 2.3.1
35 results

template.header

Blame
  • user avatar
    Jonathan Gazeley authored
    b350cc95
    History
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    template.header 1.18 KiB
    # -*- text -*-
    ##
    ## templates.conf -- configurations to be used in multiple places
    ##
    ##	$Id: 7b8b44e051c974c1a0a6e27a0cff50e621835df2 $
     
    ######################################################################
    #
    #  Version 2.0 has a useful new feature called "templates".
    #
    #  Use templates by adding a line in radiusd.conf:
    #
    #	$INCLUDE templates.conf
    #
    #  The goal of the templates is to have common configuration located
    #  in this file, and to list only the *differences* in the individual
    #  sections.  This feature is most useful for sections like "clients"
    #  or "home_servers", where many may be defined, and each one has
    #  similar repeated configuration.
    #
    #  Something similar to templates can be done by putting common
    #  configuration into separate files, and using "$INCLUDE file...",
    #  but this is more flexible, and simpler to understand.  It's also
    #  cheaper for the server, because "$INCLUDE" makes a copy of the
    #  configuration for inclusion, and templates are simply referenced.
    #
    #  The templates are defined in the "templates" section, so that they
    #  do not affect the rest of the server configuration.
    #
    #  A section can reference a template by using "$template name"
    #
    templates {