So I have to modify the first request from the client to use MS-CHAP request ?
Because in my database for the User-Name, I have the following mysql> select * from radcheck ; +----+----------------------------------------+-----------+----+---------+ | id | UserName | Attribute | op | Value | +----+----------------------------------------+-----------+----+---------+ | 10 | [EMAIL PROTECTED] | Auth-Type | := | MS-CHAP | +----+----------------------------------------+-----------+----+---------+ 1 row in set (0.00 sec) So what I have to do ? Do you have a link for Active Directory Integration ? Thanks for you help ----- Message d'origine ---- De : Phil Mayers <[EMAIL PROTECTED]> À : FreeRadius users mailing list <[email protected]> Envoyé le : Lundi, 30 Juin 2008, 13h53mn 23s Objet : Re: Active Directory Integration This: > rad_recv: Access-Request packet from host 192.48.19.111:49154, id=0, > length=108 > User-Name = "[EMAIL PROTECTED]" > User-Password = "toto" > Cisco-AVPair = "shell:priv-lvl=1" > NAS-IP-Address = 192.48.19.111 ...is not an MS-CHAP request, as the later debug tells you: > modcall: entering group MS-CHAP for request 0 > rlm_mschap: No User-Password configured. Cannot create LM-Password. > rlm_mschap: No User-Password configured. Cannot create NT-Password. > rlm_mschap: No MS-CHAP-Challenge in the request > modcall[authenticate]: module "mschap" returns reject for request 0 - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html _____________________________________________________________________________ Envoyez avec Yahoo! Mail. Une boite mail plus intelligente http://mail.yahoo.fr - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

