On Jan 1, 2019, at 6:58 PM, Diggins Mike <diggins@mcmaster.ca> wrote:
I played around with the users file after reading your reply. I added the 'Fall-Through Yes' parameter to the DEFAULT section and now it's working as expected.
# Begin $INCLUDE /home/radius-users/users.include DEFAULT Auth-Type = ntlm_auth Fall-Through = Yes # end of user file
I don't believe the Fall-Through parameter is actually the fix itself because there is nothing to fall through to. I have just one DEFAULT user. Perhaps the default user needs a 'value' as well. I'm going to live with this "fix" unless I come across something else. I'm running the latest RHEL7 included FreeRadius package which is based on 3.x. I don't think that's the issue though.
"Based on 3.x" doesn't mean a lot. Vendors are notorious for sticking with versions from many years ago. I'd suggest trying 3.0.17. It has a fix for $INCLUDE ordering in the "users" file. You're probably running an older version. Alan DeKok.