Hi everybody,<br>My project have changed, and I should use Active Directory instead of mysql for authentication because we use AD for user's domain administration.<br>My server can join the domain but my problem is that ms-chap does'nt do anything during radtest. here is the result <br>
<br>when i run radiusd -X  the module  is linked<br><br><b>module mschap</b><br> Module: Linked to module rlm_mschap<br> Module: Instantiating mschap<br>  mschap {<br>        use_mppe = yes<br>        require_encryption = yes<br>
        require_strong = yes<br>        with_ntdomain_hack = yes<br>        ntlm_auth = "/usr/bin/ntlm_auth --request-nt-key --username=%{mschap:User-Name:-None} --domain=%{%{mschap:NT-Domain}:-CELTELMG} --challenge=%{mschap:Challenge:-00} --nt-response=%{mschap:NT-Response:-00}"<br>
  }<br><br>After the Ready to process requests, I run<br># radtest testuser testuser localhost 0 pass<br>and here but mschap isn't used :  <br>rad_recv: Access-Request packet from host 127.0.0.1 port 45703, id=64, length=60<br>
        User-Name = "testuser"<br>        User-Password = "testuser"<br>        NAS-IP-Address = xxxxxxxx<br>        NAS-Port = 0<br>+- entering group authorize {...}<br>++[preprocess] returns ok<br>++[chap] returns noop<br>
<span style="color: rgb(255, 0, 0);">++[mschap] returns noop</span><br><br>Anyone could help me please!<br>