Hello to all!

I've installed freeradius few hours ago.

I've configured it according to my need and tested it firstly with
radtest, it works just as expected, fine!

After that I've decided to test it how it works with in the real world,
so.... I've tryed logging in from a win98se machine (that used to work
with plain ppp.secret file just fine)

After trying out I got this error:
--------------------------------------------------------------------------------------
rad_recv: Access-Request packet from host 127.0.0.1:3975, id=112,
length=148
Thread 2 assigned request 2
--- Walking the entire request list ---
Threads: total/active/spare threads = 4/1/3
Nothing to do.  Sleeping until we see a request.
Thread 2 handling request 2, (1 handled so far)
        User-Name = "steve"
        Service-Type = Framed-User
        Framed-Protocol = PPP
        MS-CHAP-Challenge = 0x39363331393835353831343234303433
        MS-CHAP2-Response =
0x010407ccac6a99be8a4398fedf66beb0cfc00000000000000000ce27d9a5235ff6bf349a672c6d584f9987782bc2ad0690c4
        NAS-Identifier = "router.lozenetz.net"
        NAS-Port-Type = Virtual
modcall: entering group authorize for request 2
  modcall[authorize]: module "preprocess" returns ok for request 2
  rlm_mschap: Found MS-CHAP attributes.  Setting 'Auth-Type := MS-CHAP'
  modcall[authorize]: module "mschap" returns ok for request 2
    users: Matched DEFAULT at 152
    users: Matched DEFAULT at 171
    users: Matched DEFAULT at 183
  modcall[authorize]: module "files" returns ok for request 2
modcall: group authorize returns ok for request 2
  rad_check_password:  Found Auth-Type MS-CHAP
auth: type "MS-CHAP"
modcall: entering group Auth-Type for request 2
  rlm_mschap: No User-Password configured.  Cannot create LM-Password.
  rlm_mschap: No User-Password configured.  Cannot create NT-Password.
  rlm_mschap: No LM-Password or NT-Password attribute found.  Cannot
perform MS-CHAP authentication.
  modcall[authenticate]: module "mschap" returns fail for request 2
modcall: group Auth-Type returns fail for request 2
auth: Failed to validate the user.
Login incorrect: [steve/<no User-Password attribute>] (from client
localhost port 0)
Delaying request 2 for 1 seconds
Finished request 2
Going to the next request
Thread 2 waiting to be assigned a request
rad_recv: Access-Request packet from host 127.0.0.1:3975, id=112,
length=148
Sending Access-Reject of id 112 to 127.0.0.1:3975


------------------------------------------------------------

quite of is is usless to this error but I've decided to post it asis.
In my users file I have this:
--------------------------------
steve  Auth-Type := Local, User-Password == "testing"
       Service-Type = Framed-User,
       Framed-Protocol = PPP,
       Framed-IP-Address = 192.168.8.10,
       Framed-IP-Netmask = 255.255.255.0,
       Framed-Routing = Broadcast-Listen,
       Framed-MTU = 1498,
       Framed-Compression = Van-Jacobsen-TCP-IP
----------------------------------

As far as i've read the messages,
according to this: 
Login incorrect: [steve/<no User-Password attribute>] (from client
localhost port 0)

Windows machine did not sent it's pass , but why's this when it used to
work just fine.
Othe possibility is ppp not sending User-Password atribute but I'm too
sleepy to sniff now.
That's right I said ppp, that's because I'm using FreeBSD and a
user-space typo of setting up vpn  (in /etc/ppp/ppp.conf I've got set
radius /etc/ppp/radius.conf).
PPP connects just fine to radius, so I think there is no reason not to
send the User-Password).

Please give me some URL, hints, ideas..... 


thanks in advance!


- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to