<div>hello,</div>
<div>I am configuring freeradius for authentication with active directory.I've used <a href="http://deployingradius.com/documents/configuration/active_directory">http://deployingradius.com/documents/configuration/active_directory</a>  but freeradius reject all the requests because of no known password.It what i have when i make a request:</div>

<div> </div>
<div>Ready to process requests.<br>rad_recv: Access-Request packet from host 127.0.0.1 port 51084, id=198, length=61<br>        User-Name = "azerty"<br>        User-Password = "uiop"<br>        NAS-IP-Address = 127.0.0.1<br>
        NAS-Port = 0<br>+- entering group authorize {...}<br>++[preprocess] returns ok<br>++[chap] returns noop<br>[suffix] No <a href="mailto:'@'">'@'</a> in User-Name = "azerty", looking up realm NULL<br>
[suffix] No such realm "NULL"<br>++[suffix] returns noop<br>++[files] returns noop<br>++[expiration] returns noop<br>++[logintime] returns noop<br>[pap] WARNING! No "known good" password found for the user.  Authentication may fail because of this.<br>
++[pap] returns noop<br>No authenticate method (Auth-Type) configuration found for the request: Rejecting the user<br>Failed to authenticate the user.<br>Login incorrect: [azerty/uiop] (from client localhost port 0)<br>Using Post-Auth-Type Reject<br>
+- entering group REJECT {...}<br>[attr_filter.access_reject]     expand: %{User-Name} -> azerty</div>
<div>attr_filter: Matched entry DEFAULT at line 11<br>++[attr_filter.access_reject] returns updated<br>Delaying reject of request 0 for 1 seconds<br>Going to the next request<br>Waking up in 0.9 seconds.<br>Sending delayed reject for request 0<br>
Sending Access-Reject of id 198 to 127.0.0.1 port 51084<br>Waking up in 4.9 seconds.<br>Cleaning up request 0 ID 198 with timestamp +27</div>
<div> </div>
<div>Thanks for your help<br></div>