<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Thu, Feb 26, 2015 at 1:40 PM, James Taylor <span dir="ltr">&lt;<a href="mailto:James.Taylor@eastcobbgroup.com" target="_blank">James.Taylor@eastcobbgroup.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Freeradius servers are more fun than I can stand most days, but I have gotten a couple of them working.<br></blockquote><div><br></div><div>The documentation is abysmal. And they always say RTFM on the Freeradius list. Annoying.</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
I&#39;m not sure what version of freeradius your using, but I see a couple of areas in my radius.conf that look relevant.</blockquote><div><br></div><div>3.0.1 </div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
Do you have this entry under the mschap section?<br>
<br>
<br>
                with_ntdomain_hack = yes</blockquote><div><br></div><div>That got deprecated in favor of the &quot;realm ntdomain&quot; config as far as I can tell. So I don&#39;t have the hack enabled, but I do have:</div><div><br></div><div>```</div><div>ntlm_auth = &quot;/bin/ntlm_auth --request-nt-key --username=%{%{mschap:User-Name}:-None} --domain=%{%{mschap:NT-Domain}:-None} --challenge=%{%{mschap:Challenge}:-00} --nt-response=%{%{mschap:NT-Response}:-00}&quot;<br></div><div>``` </div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"> <br></blockquote><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<br>
And/or this entry further down?<br>
<br>
        #<br>
        #  &#39;domain\user&#39;<br>
        #<br>
        realm ntdomain {<br>
                format = prefix<br>
                delimiter = &quot;\\&quot;<br>
                ignore_default = no<br>
                ignore_null = no<br>
        }<br></blockquote><div><br></div><div>In &quot;mods-enabled/ream&quot; it is defined as:</div><div><br></div><div>```</div><div>#</div><div>#  &#39;domain\user&#39;</div><div>#</div><div>realm ntdomain {</div><div>        format = prefix</div><div>        delimiter = &quot;\\&quot;</div><div>} </div><div>```</div><div><br></div><div>That&#39;s the default from the installed config.</div></div><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div>James Sumners<br><a href="http://james.sumners.info/" target="_blank">http://james.sumners.info/</a> (technical profile)</div><div><a href="http://jrfom.com/" target="_blank">http://jrfom.com/</a> (personal site)</div><div><a href="http://haplo.bandcamp.com/" target="_blank">http://haplo.bandcamp.com/</a> (band page)</div></div></div></div></div>
</div></div>