(no commit message)
authorhttps://www.google.com/accounts/o8/id?id=AItOawnhvnLpVM6jmGDneBFqh4rIiyOODPKLLMA <Josh@web>
Fri, 25 Mar 2011 12:06:43 +0000 (08:06 -0400)
committerwww-data <www-data@project-moonshot.org>
Fri, 25 Mar 2011 12:06:43 +0000 (08:06 -0400)
testing/idp.mdwn

index efe3767..a0c4933 100644 (file)
@@ -13,13 +13,13 @@ Any RADIUS client using a secret of testing123 in 192.168/16 will work (see /etc
 
 You will need to configure /usr/local/moonshot/etc/radsecproxy as:
 
-config gss-eap {
-    type = UDP
-    timeout = 1
-    retries = 1
-    server {
-        hostname = "192.168.192.56"
-        service = "1812"
-        secret = "testing123"
+    config gss-eap {
+        type = UDP
+        timeout = 1
+        retries = 1
+        server {
+            hostname = "192.168.192.56"
+            service = "1812"
+            secret = "testing123"
+        }
     }
-}