Developers guide
Chapter 17
Copyright © 2008-2013 Inverse inc.
Manual FreeRADIUS 2 configuration 95
AppendixB.Manual FreeRADIUS 2
configuration
Since we provide a working RPM package that contains pre-built RADIUS configuration files, those files
don’t need to be modified by hand anymore. However, consider this section as a reference.
Configuration
In /usr/local/pf/raddb/sites-enabled/default
Make sure the authorize{}, authenticate{} and post-auth{} sections look like this:
authorize {
preprocess
eap {
ok = return
}
files
expiration
logintime
perl
}
authenticate {
Auth-Type MS-CHAP {
mschap
}
eap
}
post-auth {
perl
}
In /usr/local/pf/raddb/sites-enabled/inner-tunnel
Make sure the authorize{}, authenticate{} and post-auth{} sections look like this: