Could you tell me how to activate MS-CHAP authentication?
 
This is the request:
 
rad_recv: Access-Request packet from host 10.16.3.98:1331, id=11, length=154
        User-Name = "shicks"
        NAS-Port = 3753
        Service-Type = Framed-User
        Framed-Protocol = PPP
        Tunnel-Client-Endpoint:0 = "68.15.204.39"
        MS-CHAP-Challenge = 0x425bf34f5b693a8420d8416da4c333d6
        MS-CHAP2-Response = 0x020087aa098db1d035629ac54738288a0fef00000000000000009b2efc6ec56f127ec72e105a50c3c706c899c3d133c8d5db
        NAS-IP-Address = 10.16.3.98
        NAS-Port-Type = Virtual.....
This is the result:
 
....
rlm_sql: Released sql socket id: 4
rlm_sql_authorize: no rows returned from query (no such user)
  modcall[authorize]: module "sql" returns ok
modcall: group authorize returns ok
  rad_check_password:  Found Auth-Type Local
auth: type Local
auth: No User-Password or CHAP-Password attribute in the request
auth: Failed to validate the user.
These are user's attributes
 
+-----+----------+-------------------+-----------+------+
| id  | UserName | Attribute         | Value     | op   |
+-----+----------+-------------------+-----------+------+
| 727 | shicks   | MS-CHAP-Challenge | password  | :=   |
| 728 | shicks   | Auth-Type         | Local     | :=   |
| 726 | shicks   | MS-Acct-Auth-Type | MS-CHAP-2 | :=   |
+-----+----------+-------------------+-----------+------+
 
Thanks
Pedro

Reply via email to