Cleanup readme
authorLuke Howard <lukeh@padl.com>
Thu, 3 Mar 2011 01:25:22 +0000 (12:25 +1100)
committerLuke Howard <lukeh@padl.com>
Thu, 3 Mar 2011 01:25:22 +0000 (12:25 +1100)
README

diff --git a/README b/README
index 5ec6228..c02d8ce 100644 (file)
--- a/README
+++ b/README
@@ -35,11 +35,11 @@ response. To configure this with FreeRADIUS, add:
             User-Name = "%{request:User-Name}"
         }
 
-to /etc/raddb/sites-enabled/inner-tunnel, and make sure that
+to $prefix/etc/raddb/sites-enabled/inner-tunnel, and ensure that
 
     virtual_server = "inner-tunnel"
 
-is set in eap.conf for the EAP types being used.
+is set in eap.conf for the desired EAP types.
 
 To test the SAML assertion code path, you can place a fixed SAML
 assertion in the update reply block of the default configuration.
@@ -49,6 +49,9 @@ assertion in the update reply block of the default configuration.
             SAML-AAA-Assertion += '...'
         }
 
+You'll need to split it into multiple lines because of the RADIUS
+attribute size limit.
+
 Testing
 =======