Update for libradsec changes
[moonshot.git] / mech_eap / radsec.conf
1 config gss-eap {
2     type = UDP
3     timeout = 1
4     retries = 10
5     server {
6         hostname = "localhost"
7         service = "1812"
8         secret = "testing123"
9     }
10 }