<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">EAP-PEAT, is that the Irish version of EAP-PEAP?<div><br></div><div><div><blockquote type="cite">
<div>Can you please give some advise, to save none-cleartext password in MySQL database radcheck table? </div></blockquote><div><br></div><div>Well you have two choices Cleartext-Password or NT-Password. Those are the only two that will work with the MSCHAPv2 inner.</div><div><br></div><div>Just add the NT-Password attribute to radcheck with the := operator. Or you can add it as a reply item and copy it to the control list with</div><div><br></div><div>update control {</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>NT-Password := "%{reply:NT-Password}"</div><div>}</div><div><br></div><div><div>As for generating the hashes <a href="http://www.arsitech.com/cryptography/windows/password/">http://www.arsitech.com/cryptography/windows/password/</a></div></div><div><br></div><div>Or I think theres a utility included with samba for doing it. If you're using PHP I have a function I wrote ages ago to generate NT passwords to do a transparent conversion using our web login script. Let me know if it'd be useful and i'll dig it out.</div><div><br></div><div><br></div></div>-Arran</div><div><br><div>
<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>Arran Cudbard-Bell</div><div><a href="mailto:a.cudbardb@freeradius.org">a.cudbardb@freeradius.org</a></div><div><br></div><div>RADIUS - Half the complexity of Diameter</div></div>
</div>
<br></div></body></html>