<div dir="rtl"><div class="gmail_extra"><div dir="ltr"><p class="MsoNormal"><span style="color:#1f497d">Hi</span></p><p class="MsoNormal"><span style="color:#1f497d"> </span></p><p class="MsoNormal"><span style="color:#1f497d">I checked that rlm_mschap converts the CHAP_CHALLENGE from radius packet into other format that used in ntlm_auth. </span></p>
<p class="MsoNormal"><span style="color:#1f497d"> </span></p><p class="MsoNormal"><span style="color:#1f497d">Radius Packet:  MS-CHAP-Challenge = 0x7e95c31b02cd054fd1dcacea7c2fb358</span></p><p class="MsoNormal"><span style="color:#1f497d">Radius –X output for Ntlm_auth:   expand: --challenge=%{%{mschap:Challenge}:-00} -> --challenge=4487f1f9d023e69b</span></p>
<p class="MsoNormal"><span style="color:#1f497d"> </span></p><p class="MsoNormal"><span style="color:#1f497d">U
 told that is normal, based on RFC. I checked the rlm_mschap.c and 
rlm_exec.c and also src/main/util.c, It seems that they are copying 
variable one by one from radius packet into ntlm_auth and I did not find
 any function to do converting. May give me more information? </span></p><p class="MsoNormal"><span style="color:#1f497d"> </span></p><p class="MsoNormal"><span style="color:#1f497d">My problem is: </span></p><p class="MsoNormal">
<span style="color:#1f497d"> </span></p><p class="MsoNormal"><span style="color:#1f497d">I
 need to call ntlm_auth from command line, not from modules/mschap. So 
when I’m running via commandline with same ms-chap-challenge as radius 
packet but response from LDAP is not OK.</span></p><span style="color:#1f497d"> </span><br><br><div class="gmail_quote">2012/4/16 Phil Mayers <span dir="ltr"><<a href="mailto:p.mayers@imperial.ac.uk" target="_blank">p.mayers@imperial.ac.uk</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On 04/15/2012 09:51 PM, Ali Majdzadeh wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi<br>
<br>
Tnx for Ur fast reply.<br>
<br>
As I explained, I know that the format is differ from the original<br>
attributes. I want to know that:<br>
<br>
If I want to run it from commandline, how can I convert the challenge and<br>
response attributes to which they can be used in command line?<br>
</blockquote>
<br></div>
This is documented in the MS-CHAPv2 RFC. Or read the source code in the server.<br>
<br>
There's no readily-available tool to "do this for you". You'll need to write a script.<div class="HOEnZb"><div class="h5"><br>
-<br>
List info/subscribe/unsubscribe? See <a href="http://www.freeradius.org/list/users.html" target="_blank">http://www.freeradius.org/<u></u>list/users.html</a><br>
</div></div></blockquote></div></div></div></div>