Skip to content
Snippets Groups Projects
Commit 898a1c9e authored by Olav Morken's avatar Olav Morken
Browse files

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
parent aba89d01
No related branches found
No related tags found
No related merge requests found
...@@ -374,23 +374,6 @@ $config = array ( ...@@ -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 * This configuration option allows you to select which session handler
* SimpleSAMLPHP should use to store the session information. Currently * SimpleSAMLPHP should use to store the session information. Currently
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment