Rearrange moonshot to have libeap as a subproject
[moonshot.git] / moonshot / mech_eap / radsec.conf
1 dictionary = "/usr/local/etc/raddb/dictionary"
2
3 realm gss-eap {
4     type = "UDP"
5     timeout = 5
6     retries = 3
7     server {
8         hostname = "localhost"
9         service = "1812"
10         secret = "testing123"
11     }
12 }