rlm_mschap: No MS-CHAP-Challenge in the request

2004-06-16 Thread keith
freeradius 0.9.3 . rad_check_password: Found Auth-Type MS-CHAP auth: type MS-CHAP modcall: entering group Auth-Type for request 0 rlm_mschap: No MS-CHAP-Challenge in the request modcall[authenticate]: module mschap returns reject for request 0 Any pointers appreciated. Keith - List

Re: rlm_mschap: No MS-CHAP-Challenge in the request

2004-06-16 Thread Alan DeKok
keith [EMAIL PROTECTED] wrote: rad_check_password: Found Auth-Type MS-CHAP auth: type MS-CHAP modcall: entering group Auth-Type for request 0 rlm_mschap: No MS-CHAP-Challenge in the request You set Auth-Type = MS-CHAP. Don't. Any pointers appreciated. Read the *rest* of the debug

Re: rlm_mschap: No MS-CHAP-Challenge in the request

2004-06-16 Thread keith
Hi Alan You set Auth-Type = MS-CHAP. Don't. OK. Any pointers appreciated. Read the *rest* of the debug log, including the part where it prints out the attributes in the Access-Request, and none of them are MS-CHAP. What Auth Type would I use for the following? rad_recv:

Re: rlm_mschap: No MS-CHAP-Challenge in the request

2004-06-16 Thread Alan DeKok
keith [EMAIL PROTECTED] wrote: What Auth Type would I use for the following? Generally, you *don't* set Auth-Type. The server will figure it out. rad_recv: Access-Request packet from host 127.0.0.1:32771, id=210, length=54 Service-Type = Framed-User Framed-Protocol = PPP

Re: rlm_mschap: No MS-CHAP-Challenge in the request

2004-06-16 Thread keith
Read the *rest* of the debug log, including the part where it prints out the attributes in the Access-Request, and none of them are MS-CHAP. What Auth Type would I use for the following? rad_recv: Access-Request packet from host 127.0.0.1:32771, id=210, length=54 Service-Type =

Re: rlm_mschap: No MS-CHAP-Challenge in the request

2004-06-16 Thread keith
Hi Alan, What Auth Type would I use for the following? Generally, you *don't* set Auth-Type. The server will figure it out. OK. rad_recv: Access-Request packet from host 127.0.0.1:32771, id=210, length=54 Service-Type = Framed-User Framed-Protocol = PPP

Re: rlm_mschap: No MS-CHAP-Challenge in the request

2004-06-16 Thread Alan DeKok
keith [EMAIL PROTECTED] wrote: Using +chap -mschap -mschap-v2 in the pptpd options file causes a failure with CHAP Then you've done something to break the server. and changing the Auth-Type to Local. causes a failure with CHAP. Of course. I *did* say don't set Auth-Type, did I not?

Re: rlm_mschap: No MS-CHAP-Challenge in the request

2004-06-16 Thread Alan DeKok
keith [EMAIL PROTECTED] wrote: So I believe my current hurdle is getting the information from pppd to freeradius and I believe this is the best list for that. No. You're trying to get pppd to send radius requests which contain certain attributes. There is NOTHING you can do to FreeRADIUS

Re: rlm_mschap: No MS-CHAP-Challenge in the request

2004-06-16 Thread keith
Hi Alan, No. You're trying to get pppd to send radius requests which contain certain attributes. There is NOTHING you can do to FreeRADIUS which will make pppd send those attributes. Therefore, this list is NOT the right place to ask how to configure pppd. Understood, thanks. Keith