From 898a1c9e84732ad2a8b080f9c8972263ab131ee3 Mon Sep 17 00:00:00 2001
From: Olav Morken <olav.morken@uninett.no>
Date: Mon, 19 Oct 2009 12:57:39 +0000
Subject: [PATCH] config-templates: Remove radius; new installations should use
 the module.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1876 44740490-163a-0410-bde0-09ae8108e29a
---
 config-templates/config.php | 17 -----------------
 1 file changed, 17 deletions(-)

diff --git a/config-templates/config.php b/config-templates/config.php
index 075372a82..62fea5795 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
-- 
GitLab