Problem with CHAP



I configure Freeradius , when the client try to connect with CHAP i have this error, and only connect with linux system users. When I connect locally with radtest i connect ok but when i connect remotely whit Windows Xp using CHAP don't connect. I run radius in debug mode with -X option.
 
Part of clients.conf
 
usuario1 Auth-Type := Local, Cleartext-Password := "testusuario1"
usuario2 Auth-Type := Local, Password := "testusuario2"
usuario3 Cleartext-Password := "testusuario3"

 
Error of freeradius running with -X option:
 
rad_recv: Access-Request packet from host 192.168.1.100:1645, id=106, length=126
        Framed-Protocol = PPP
        User-Name = "chap"
        CHAP-Password = 0x019c1a0fb685942ed07fdb1e2d100e93f0
        NAS-Port-Type = Virtual
        NAS-Port = 1586
        Calling-Station-Id = "1141323200"
        Called-Station-Id = "8003450410"
        Connect-Info = "TLS-MISERVER-DIALUP"
        Service-Type = Framed-User
        NAS-IP-Address = 192.168.1.100
  Processing the authorize section of radiusd.conf
modcall: entering group authorize for request 2
  modcall[authorize]: module "preprocess" returns ok for request 2
  rlm_chap: Setting 'Auth-Type := CHAP'
  modcall[authorize]: module "chap" returns ok for request 2
  modcall[authorize]: module "mschap" returns noop for request 2
    rlm_realm: No '@' in User-Name = "chap", looking up realm NULL
    rlm_realm: No such realm "NULL"
  modcall[authorize]: module "suffix" returns noop for request 2
  rlm_eap: No EAP-Message, not doing EAP
  modcall[authorize]: module "eap" returns noop for request 2
    users: Matched entry DEFAULT at line 173
    users: Matched entry DEFAULT at line 185
  modcall[authorize]: module "files" returns ok for request 2
rlm_pap: WARNING! No "known good" password found for the user.  Authentication may fail because of this.
  modcall[authorize]: module "pap" returns noop for request 2
modcall: leaving group authorize (returns ok) for request 2
  rad_check_password:  Found Auth-Type CHAP
auth: type "CHAP"
  Processing the authenticate section of radiusd.conf
modcall: entering group CHAP for request 2
  rlm_chap: login attempt by "chap" with CHAP password
  rlm_chap: Could not find clear text password for user chap
  modcall[authenticate]: module "chap" returns invalid for request 2
modcall: leaving group CHAP (returns invalid) for request 2
auth: Failed to validate the user.
Login incorrect (rlm_chap: Clear text password not available): [chap/<CHAP-Password>] (from client rasiplan2 port 1586 cli 1141323200)
Delaying request 2 for 1 seconds
Finished request 2
Going to the next request
--- Walking the entire request list ---
Waking up in 1 seconds...
--- Walking the entire request list ---
Waking up in 1 seconds...
--- Walking the entire request list ---
Sending Access-Reject of id 106 to 192.168.1.1 port 1645
Waking up in 4 seconds...
--- Walking the entire request list ---
Cleaning up request 2 ID 106 with timestamp 47472e23
Nothing to do.  Sleeping until we see a request.



Tecnología, moda, motor, viajes,…suscríbete a nuestros boletines para estar a la última MSN Newsletters


This archive was generated by a fusion of Pipermail (Mailman edition) and MHonArc.