14 May
2020
14 May
'20
8:19 a.m.
Hi, Source data: Active directory freeradius 3.0.21 In /etc/freeradius/mods-enabled/mschap ntlm_auth = "/usr/bin/ntlm_auth --request-nt-key —domain=DOMAIN.COM<http://domain.com/> --username=%{%{Stripped-User-Name}:-%{%{User-Name}:-None}} --challenge=%{%{mschap:Challenge}:-00} --nt-response=%{%{mschap:NT-Response}:-00}" Freeradius ldap module installed and configured Question: Is it possible to configure freeradius with Active Directory without ntlm ? If possible, how ? )