comment out dumping code
[mech_eap.orig] / radsec.conf
index 3b09894..27f895a 100644 (file)
@@ -1,10 +1,12 @@
-config gss-eap {
-        type = UDP
-        server {
-            hostname = "localhost"
-            service = "1812"
-            secret = "testing123"
-            timeout = 1
-            tries = 10
+dictionary = "/usr/local/etc/raddb/dictionary"
+
+realm gss-eap {
+    type = "UDP"
+    timeout = 5
+    retries = 3
+    server {
+        hostname = "localhost"
+        service = "1812"
+        secret = "testing123"
     }
 }