Fixes for Heimdal (macOS) builds from Stefan.
[mech_eap.git] / mech_eap / radsec.conf
1 realm gss-eap {
2     type = "UDP"
3     timeout = 5
4     retries = 3
5     server {
6         hostname = "localhost"
7         service = "1812"
8         secret = "testing123"
9     }
10 }