(no commit message)
[devwiki.git] / trustrouterinfo.mdwn
index 0ddacc3..93938fb 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.
 
@@ -58,6 +60,8 @@ Start the TID Server (on Node-2, as root):
 
 root@debian:/opt/moonshot/bin# ./tids 10.1.10.90 gss_id /var/tmp/keys
 
+The IP address is the address of the AAA server sharing /var/tmp/keys
+
 The gss_id is the GSS name that will be used by the trustrouter to connect to the TIDS.  For example if trustrouter@apc.painless-security.com is provisioned as the identity, then enter trustrouter@apc.painless-security.com.
 
 On the second virtual machine, you will run the freeradius RP AAA Proxy (with built-in TIDC), the Trust Router, the GSS Server and the GSS Client.  For example: