diff --git a/config-templates/config.php b/config-templates/config.php index 075372a824b35f8db68955c8545672222431907b..62fea579541e2a7d5e761d9bae0e6eacd7b814b9 100644 --- a/config-templates/config.php +++ b/config-templates/config.php @@ -374,23 +374,6 @@ $config = array ( ), - - - /* - * Radius authentication. This is only relevant if you use the Radius authentication plugin. - * user attributes are expected to be stored in a Vendor-Specific RADIUS string attribute and have - * the form aai-attribute=value - * vendor and vendor-attr below indicate in which RADIUS attribute the AAI attributes are in. - * multiple occurences of that RADIUS attribute are supported - */ - 'auth.radius.hostname' => 'radius.example.org', - 'auth.radius.port' => '1812', - 'auth.radius.secret' => 'topsecret', - 'auth.radius.URNForUsername' => 'urn:mace:dir:attribute-def:eduPersonPrincipalName', - 'auth.radius.vendor' => '23735', - 'auth.radius.vendor-attr' => '4', - - /* * This configuration option allows you to select which session handler * SimpleSAMLPHP should use to store the session information. Currently