คือผม เซ็ต freeradius ให้ใช้ฐานข้อมุล mysql โดย เซ็ต บน Centos
ติดปัญหาตรงที่ ผม insert 2 บรรทัดด้านล่างนี้แล้วลอง test
1. INSERT INTO radcheck (UserName, Attribute, Value, Op) VALUES ('test', 'Password', '1234', '==');
2 .INSERT INTO radcheck (UserName, Attribute, Value, Op) VALUES ('test2', 'MD5-Password', md5('1234'), ':=');
ผมลอง test ตามด้านล่างนี้ ใช้ user ตัวแรก ผ่าน
radtest test 1234 localhost 0 testradius
Sending Access-Request of id 227 to 127.0.0.1 port 1812
User-Name = "test"
User-Password = "1234"
NAS-IP-Address = 255.255.255.255
NAS-Port = 0
rad_recv: Access-Accept packet from host 127.0.0.1:1812, id=227, length=32
Idle-Timeout = 3600
Service-Type = Login-User
ผมลอง test ตามด้านล่างนี้ ใช้ user ตัวที่สอง ไม่ผ่าน ?
radtest test2 1234 localhost 0 testradius
Sending Access-Request of id 231 to 127.0.0.1 port 1812
User-Name = "test2"
User-Password = "1234"
NAS-IP-Address = 255.255.255.255
NAS-Port = 0
Re-sending Access-Request of id 231 to 127.0.0.1 port 1812
User-Name = "test2"
User-Password = "1234"
NAS-IP-Address = 255.255.255.255
NAS-Port = 0
rad_recv: Access-Reject packet from host 127.0.0.1:1812, id=231, length=20
รบกวนผู้รู้ทีครับ ผมต้องไปแก้ตรงไหนให้ใช้ Attribute MD5-Password ?
ขอบคุณมากๆครับ