FreeRadius 2 -> 3.04 ntlm_auth not working

Diggins Mike diggins at mcmaster.ca
Sun Aug 6 00:16:00 CEST 2017


I built a new server using FreeRadius 3.0.4 (the one that comes with RHEL7) and attempted to port my FR v2 configuration but it's failing.

The error (from radius -X) is:

reading pairlist file /etc/raddb/mods-config/files/authorize
/etc/raddb/mods-config/files/authorize[5]: Parse error (check) for entry DEFAULT: Unknown value 'ntlm_auth' for attribute 'Auth-Type'
Failed reading /etc/raddb/mods-config/files/authorize
/etc/raddb/mods-enabled/files[9]: Instantiation failed for module "files"

My /etc/raddb/mods-config/files/authorize contains only:

# Begin
DEFAULT         Auth-Type = ntlm_auth
# end of user file

I added ntlm_auth to the authenticate sections in sites-enabled/default and sites-enabled/inner-tunnel.

#       Auth-Type LDAP {
#               ldap
#       }

        #
        #  Allow EAP authentication.
        eap

        # Allow NTLM_AUTH
        ntlm_auth
        #

I've searched this error for the last hour but can't find anything that points to my problem.

-Mike



More information about the Freeradius-Users mailing list