"Derek M. Harkness" <[EMAIL PROTECTED]> wrote: > Changes to the default config files. > In users I added > DEFAULT Auth-Type := System > Fall-Through = 1 > > DEFAULT Auth-Type := EAP > Fall-Through = 1
You shouldn't need to do that. The EAP authentication should be picked automatically. That is, by using 'Auth-Type := EAP', you make *every* authentication use EAP, even if they didn't ask for it. > In radiusd.conf under authenticate in moved eap to the top of the list. The order shouldn't matter, so that's OK. > Segmentation fault > > I'm not using tls since I figured the md5 was more stable and far > simpler to get working. Anybody got any ideas? Look at the core dump using gdb, to see where/why it dies. See 'doc/bugs', I think. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
