Move lib to the root.
[libradsec.git] / tests / test.conf
diff --git a/tests/test.conf b/tests/test.conf
new file mode 100644 (file)
index 0000000..98d0330
--- /dev/null
@@ -0,0 +1,30 @@
+realm test-udp-auth {
+    type = "UDP"
+    server {
+        hostname = "localhost"
+       service = "1820"
+       secret = "sikrit"
+    }
+}
+
+realm test-udp-buffering {
+    type = "UDP"
+    server {
+        hostname = "localhost"
+       service = "11820"
+       secret = "sikrit"
+    }
+}
+
+realm test-tls-test {
+    type = "TLS"
+    cacertfile = "/home/linus/nordberg-ca.crt"
+    certfile = "/home/linus/p/radsecproxy/src/maatuska.nordberg.se.crt"
+    certkeyfile = "/home/linus/p/radsecproxy/src/maatuska.nordberg.se.key"
+    
+    server {
+        hostname = "localhost"
+       service = "1820"
+       secret = "sikrit"
+    }
+}