I'm running MT 2.9.27 and I have a freeradius server that uses mysql on another box. Users can log in to MT usin RADIUS, so that part of the setup works.
The problem is that when I try to authenticate DHCP users MT requests always get rejected, I believe the reason is that u password field is empty. This is the output of the Freeradius server:
Code: Select all
rad_recv: Access-Request packet from host 10.29.5.250:1026, id=39, length=115
Sending Access-Reject of id 39 to 10.29.5.250:1026
rad_recv: Access-Request packet from host 10.29.5.250:1026, id=40, length=115
NAS-Port-Type = Ethernet
NAS-Port = 2204106851
Calling-Station-Id = "1:0:1:4a:f1:6c:c7"
Called-Station-Id = "DHCP - Zone5"
User-Name = "00:01:4A:F1:6C:C7"
User-Password = ""
NAS-Identifier = "Zona5"
NAS-IP-Address = 10.29.5.250
rlm_sql (sql): Reserving sql socket id: 3
rlm_sql (sql): Released sql socket id: 3
Login incorrect: [00:01:4A:F1:6C:C7/] (from client radius1 port 2204106851 cli 1:0:1:4a:f1:6c:c7)
rad_recv: Access-Request packet from host 10.29.5.250:1026, id=40, length=115
Sending Access-Reject of id 40 to 10.29.5.250:1026
Code: Select all
00:01:4A:F1:6C:C7 NAS-IP-Address == 10.29.5.250