(no commit message)
authorhttps://www.google.com/accounts/o8/id?id=AItOawmF293QIINb35puIE44kcDsoUHIhUGyq84 <Adam@web>
Fri, 13 Dec 2013 17:26:32 +0000 (12:26 -0500)
committerwww-data <www-data@project-moonshot.org>
Fri, 13 Dec 2013 17:26:32 +0000 (12:26 -0500)
trustrouterinfo.mdwn

index 0ddacc3..3fe8855 100644 (file)
@@ -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 {<br/>
-driver = "rlm_sql_sqlite"<br/>
-filename = "/var/tmp/keys"<br/>
-}
+  driver = "rlm_sql_sqlite"<br/>
+  sqlite {<br/>
+    filename = "/var/tmp/keys"<br/>
+  }<br/>
+}<br/>
 
 You will also need to add 'psksql' to the existing 'instantiate' section in etc/freeradius/radiusd.conf.