(no commit message)
[devwiki.git] / 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"
+        }
     }
-}