add a testing path for setting initiator credentials
[mech_eap.orig] / 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 }