add sample config file
authorLuke Howard <lukeh@padl.com>
Fri, 8 Oct 2010 22:45:18 +0000 (00:45 +0200)
committerLuke Howard <lukeh@padl.com>
Fri, 8 Oct 2010 22:45:18 +0000 (00:45 +0200)
radsec.conf [new file with mode: 0644]

diff --git a/radsec.conf b/radsec.conf
new file mode 100644 (file)
index 0000000..3b09894
--- /dev/null
@@ -0,0 +1,10 @@
+config gss-eap {
+        type = UDP
+        server {
+            hostname = "localhost"
+            service = "1812"
+            secret = "testing123"
+            timeout = 1
+            tries = 10
+    }
+}