From: https://www.google.com/accounts/o8/id?id=AItOawmF293QIINb35puIE44kcDsoUHIhUGyq84 Date: Fri, 13 Dec 2013 17:26:32 +0000 (-0500) Subject: (no commit message) X-Git-Url: http://www.project-moonshot.org/gitweb/?p=devwiki.git;a=commitdiff_plain;h=7cfb6020a5e6e055b12f0f9a97204bc98f920792 --- 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.