839fd750dd2a340ea74fad82b38a0869634b924e
[radsecproxy.git] / lib / tests / test.conf
1 dictionary = "/home/linus/usr/moonshot/share/freeradius/dictionary"
2
3 realm test-udp-auth {
4     type = "UDP"
5     server {
6         hostname = "localhost"
7         service = "1820"
8         secret = "sikrit"
9     }
10 }
11
12 realm test-udp-buffering {
13     type = "UDP"
14     server {
15         hostname = "localhost"
16         service = "11820"
17         secret = "sikrit"
18     }
19 }
20
21 realm test-tls-test {
22     type = "TLS"
23     cacertfile = "/home/linus/nordberg-ca.crt"
24     certfile = "/home/linus/p/radsecproxy/src/maatuska.nordberg.se.crt"
25     certkeyfile = "/home/linus/p/radsecproxy/src/maatuska.nordberg.se.key"
26     
27     server {
28         hostname = "localhost"
29         service = "1820"
30         secret = "sikrit"
31     }
32 }