Freeradius ldap

Notice: Page may contain affiliate links for which we may earn a small commission through services like Amazon Affiliates or Skimlinks.

beren43

New Member
Nov 25, 2019
13
0
1
Hi
I configure freeradius and LDAP Group How to Install and Configure Freeradius With Active Directory Allow Allow Specific Group of Users to Authenticate in Debian 10 Added the user Wifi_corp to the Wifi_test group.
In /etc/freeradius/3.0/users
DEFAULT Auth-Type = ntlm_auth, LDAP-Group == "wifi_test"

DEFAULT Group != "wifi_test", Auth-Type := Reject

If
radtest -t mschap wifi_corp bJcg1KRTWgSaTc 10.15.12.6 1812 IULJTlinw98ynpg09bv then

in logs
Login incorrect: [wifi_corp/bJcg1KRTWgSaTc] (from client all_hosts port 1812)

Without groups works fine
Login OK: [wifi_corp/bJcg1KRTWgSaTc] (from client all_hosts port 1812)
What could be the problem ?