<span class="gmail_quote"></span>Hi,<br>I am trying to integrate freeradius with ADS 2003. I reffred to <a href="http://deployingradius.com/documents/configuration/active_directory.html" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
http://deployingradius.com/documents/configuration/active_directory.html
</a>. everything works perfectly fine till (
$ ntlm_auth --request-nt-key --domain=<b>MYDOMAIN</b> --username=<b>user</b> --password=<b>password</b>) I get NT_STATUS_OK. I dont see NT_KEY output. I made changes to  exec module in radius.conf as per the instructions, but radtest fails with Access-Reject .I have attached the debug window output for reference.
<br>________________________________________________________________________________________<br><br>rad_recv: Access-Request packet from host <a href="http://127.0.0.1:32928">127.0.0.1:32928</a>, id=44, length=57<br>        User-Name = "raduser"
<br>        User-Password = "radpass"<br>        NAS-IP-Address = <a href="http://255.255.255.255">255.255.255.255</a><br>        NAS-Port = 0<br>  Processing the authorize section of radiusd.conf<br>modcall: entering group authorize for request 0
<br>  modcall[authorize]: module "preprocess" returns ok for request 0<br>  modcall[authorize]: module "chap" returns noop for request 0<br>  modcall[authorize]: module "mschap" returns noop for request 0
<br>    rlm_realm: No '@' in User-Name = "raduser", looking up realm NULL<br>    rlm_realm: No such realm "NULL"<br>  modcall[authorize]: module "suffix" returns noop for request 0<br>
  rlm_eap: No EAP-Message, not doing EAP<br>  modcall[authorize]: module "eap" returns noop for request 0<br>    users: Matched entry sbhat at line 1<br>  modcall[authorize]: module "files" returns ok for request 0
<br>modcall: group authorize returns ok for request 0<br>auth: No authenticate method (Auth-Type) configuration found for the request: Rejecting the user<br>auth: Failed to validate the user.<br>Delaying request 0 for 1 seconds
<br>Finished request 0<br>_____________________________________________________________________________________________________________________<br><br>Any help fixing this issue will be appreciated.<br>thank you!<br><span class="sg">
SB<br><br>
</span>