I use Squid and RADIUS.<br><br>Squid use Squid_radius_authenticator to authenticate a client and write a log in which there is the username and the http request.<br><br>THE PROBLEM IS:<br>In the radcheck table i put a value: "AUTH-TYPE" and set "MS-CHAP" for the user. his password is stored in NT-HASH format.
<br>when the authenticator try to authenticate the user, this is the output<br><br><br>".......<br>rad_check_password:  Found Auth-Type MS-CHAP<br>auth: type "MS-CHAP"<br>  Processing the authenticate section of 
radiusd.conf<br>modcall: entering group MS-CHAP for request 6<br>  rlm_mschap: No User-Password configured.  Cannot create LM-Password.<br>  rlm_mschap: Found NT-Password<br>  rlm_mschap: No MS-CHAP-Challenge in the request
<br>  modcall[authenticate]: module "mschap" returns reject for request 6<br>modcall: leaving group MS-CHAP (returns reject) for request 6<br>auth: Failed to validate the user.<br>Login incorrect:[username/password]"
<br><br><br>can anybody help me? <br>please.<br><br><br>