On Jan 18, 2018, at 3:53 AM, BASSAGET Cédric <cedric.bassaget.ml@gmail.com> wrote:
I'm using freeradius on centos 7 to do AAA for L2TP/PPP services.
I've upgraded one of my two radius servers from official Centos Repos, and since this upgrade, users are not able to authenticate.
here's the interesting part of "radiusd -Xx" :
Following the documentation helps...
When a user tries to authenticate, I get :
Debug: (23) suffix: Checking for suffix after "@" Debug: (23) suffix: Looking up realm "domain.dslnet.fr" for User-Name = " user@domain.dslnet.fr" Debug: (23) suffix: No such realm "domain.dslnet.fr"
Can anybody tell me why it does not find the realm ? Does radiusd look in sites-enabled/ or in proxy.conf ?
All of the documentation says that realms are in proxy.conf. So... you don't have a realm "domain.dslnet.fr" defined in "proxy.conf".
I have no problems with the same config files on 3.0.4
Then look at the differences in debug output between the two versions. See what's different... that's the issue. Alan DeKok.