(no commit message)
authorhttps://www.google.com/accounts/o8/id?id=AItOawk6GJyBxFZR3knrIbs4-CshB2KtVifnjAw <Margaret@web>
Mon, 6 May 2013 21:16:42 +0000 (17:16 -0400)
committerwww-data <www-data@project-moonshot.org>
Mon, 6 May 2013 21:16:42 +0000 (17:16 -0400)
trustrouterinfo.mdwn

index fc621d0..b924a15 100644 (file)
@@ -37,25 +37,20 @@ 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"
-
+sql psksql {<br/>
+driver = "rlm_sql_sqlite"<br/>
+filename = "/var/tmp/keys"<br/>
 }
 
 You will also need to add 'psksql' to the existing 'instantiate' section in etc/freeradius/radiusd.conf.
 
 Before running TIDS for the first time, create the SQL database using the following commands:
 
-sqlite3 /var/tmp/keys
-
-sqlite3>  create table psk_keys (keyid text primary key, key blob);
-
+sqlite3 /var/tmp/keys<br/>
+sqlite3>  create table psk_keys (keyid text primary key, key blob);<br/>
 ^D
 
-Start the freeradius server (on Node-2, as root):
+Start the freeradius server (on Node-2, as root):>
 
 root@debian:/opt/moonshot/sbin# ./radiusd -fxx -l stdout