<p>Thank you for the help guys really appreciate it. Is there anyway to automate this? </p>
<div class="gmail_quote">On Nov 5, 2012 12:54 AM, "Fajar A. Nugraha" <<a href="mailto:list@fajar.net">list@fajar.net</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On Mon, Nov 5, 2012 at 6:26 AM, Ryan Summey <<a href="mailto:ryan.summey@gmail.com">ryan.summey@gmail.com</a>> wrote:<br>
> What do i need to do to enable nt-hash rather than pap?<br>
<br>
That question should be: "how do I put nt-hash password in the db"?<br>
<br>
IIRC the attribute name is "NT-Password" (you use this instead of<br>
"Cleartext-Password"  as "attribute" in radcheck), and you create it<br>
using "smbecrypt" (part of FR):<br>
<br>
# smbencrypt "password"<br>
LM Hash                                 NT Hash<br>
--------------------------------        --------------------------------<br>
E52CAC67419A9A224A3B108F3FA6CB6D        8846F7EAEE8FB117AD06BDD830B7586C<br>
<br>
In that example you put "8846F7EAEE8FB117AD06BDD830B7586C" as "value"<br>
in radcheck.<br>
<br>
--<br>
Fajar<br>
-<br>
List info/subscribe/unsubscribe? See <a href="http://www.freeradius.org/list/users.html" target="_blank">http://www.freeradius.org/list/users.html</a><br>
</blockquote></div>