27f895a84e0f850e2a7d21d467338d9d4be8d63e
[mech_eap.orig] / 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 }