summaryrefslogtreecommitdiff
path: root/lib/tests/test.conf
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordu.net>2012-01-31 15:03:59 +0100
committerLinus Nordberg <linus@nordu.net>2012-01-31 15:03:59 +0100
commit5de17475ceec5c60d8945218a1a87a163db7415b (patch)
tree0da029c0fcab49b3010092612e26da78fc39c0a7 /lib/tests/test.conf
parentdcd224f1fdf864fba1e1c1dd0b3f521fe43e4013 (diff)
Get the test suite going again.
Diffstat (limited to 'lib/tests/test.conf')
-rw-r--r--lib/tests/test.conf8
1 files changed, 5 insertions, 3 deletions
diff --git a/lib/tests/test.conf b/lib/tests/test.conf
index 9be968d..839fd75 100644
--- a/lib/tests/test.conf
+++ b/lib/tests/test.conf
@@ -1,4 +1,6 @@
-config test-udp-auth {
+dictionary = "/home/linus/usr/moonshot/share/freeradius/dictionary"
+
+realm test-udp-auth {
type = "UDP"
server {
hostname = "localhost"
@@ -7,7 +9,7 @@ config test-udp-auth {
}
}
-config test-udp-buffering {
+realm test-udp-buffering {
type = "UDP"
server {
hostname = "localhost"
@@ -16,7 +18,7 @@ config test-udp-buffering {
}
}
-config test-tls-test {
+realm test-tls-test {
type = "TLS"
cacertfile = "/home/linus/nordberg-ca.crt"
certfile = "/home/linus/p/radsecproxy/src/maatuska.nordberg.se.crt"