X-Git-Url: http://www.project-moonshot.org/gitweb/?p=devwiki.git;a=blobdiff_plain;f=trustrouterinfo.mdwn;fp=trustrouterinfo.mdwn;h=3fe88553b0d28997ff9dcbf45975eb007ff3c695;hp=0ddacc32fcf35142be442b5fefefe0b67ff827fe;hb=7cfb6020a5e6e055b12f0f9a97204bc98f920792;hpb=e45115c190773ff1614c8fa6c119d35a5c14b09b 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.