Hello,<br><br>I'm trying to authenticate users using CHAP and store the passwords in the SQL, but I'm having a hard time.<br><br>I checked past messages, but I still couldn't get it to work ... Below is my Access-Request packet<br><br>Wed Feb 18 12:31:04 2009<br>        Packet-Type = Access-Request<br>        NAS-Port-Type = Wireless-802.11<br>        Calling-Station-Id = "000E2EEB1D91"<br>        Called-Station-Id = "hotspot1"<br>        NAS-Port-Id = "wHotSpotB"<br>        User-Name = "admin2"<br>        NAS-Port = 2153775219<br>        Acct-Session-Id = "80600073"<br>        Framed-IP-Address = 10.5.50.253<br>        Mikrotik-Ho!
 st-IP = 10.5.50.253<br>        CHAP-Challenge = 0x4f0299d5a5107ded915739e236f71e3c<br>        CHAP-Password = 0x606707e3411f443140573554283c987ca5<br>        Service-Type = Login-User<br>        WISPr-Logoff-URL = "http://10.5.50.1/logout"<br>        NAS-Identifier = "AP_HQ"<br>        NAS-IP-Address = 10.0.1.130<br><br>In MySQL I just have Cleartext-Password == admin2 for check items ... But I always get Access-Reject.<br><br>Before checking the past messages, I had already check items like Auth-Type := CHAP, Cleartext-Password == admin2; and also just CHAP-Password, but none of it worked ...<br><br>Thanks in advance,<br><br>