diff options
Diffstat (limited to 'lib/tests/test.conf')
-rw-r--r-- | lib/tests/test.conf | 8 |
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" |