From 7cfb6020a5e6e055b12f0f9a97204bc98f920792 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawmF293QIINb35puIE44kcDsoUHIhUGyq84" Date: Fri, 13 Dec 2013 12:26:32 -0500 Subject: [PATCH] --- trustrouterinfo.mdwn | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/trustrouterinfo.mdwn b/trustrouterinfo.mdwn index 0ddacc3..3fe8855 100644 --- a/trustrouterinfo.mdwn +++ b/trustrouterinfo.mdwn @@ -38,9 +38,11 @@ On one node, you will run the IDP AAA Server and the TIDS. The TIDS must run on Before running the IDP AAA Server, you will need to configure freeradius to use the SQL key database that will be shared with the TIDS. This can be done by adding a file called 'psk' to the /etc/freeradius/mods-enabled directory with the following contents: sql psksql {
-driver = "rlm_sql_sqlite"
-filename = "/var/tmp/keys"
-} + driver = "rlm_sql_sqlite"
+ sqlite {
+ filename = "/var/tmp/keys"
+ }
+}
You will also need to add 'psksql' to the existing 'instantiate' section in etc/freeradius/radiusd.conf. -- 2.1.4