Hi All
I have an issue setting up Radius Server to authenticate users for Wireless Network Access. The NPS server is installed on our DC ( Windows 2008 R2 SP1). I'm using a Windows 7 client to connect to the Server. The errors I have in the IAS logs are:
[2528] 11-29 10:32:41:110: NT-SAM Names handler received request with user identity ad\testradius.
[2528] 11-29 10:32:41:110: Username is already an NT4 account name.
[2528] 11-29 10:32:41:110: SAM-Account-Name is "AD\testradius".
[2528] 11-29 10:32:41:110: Successfully created new RAP Based EAP session for user AD\testradius.
[2528] 11-29 10:32:41:110: No AUTHENTICATION extensions, continuing
[2528] 11-29 10:32:41:110: NT-SAM Authentication handler received request for AD\testradius.
[2528] 11-29 10:32:41:110: Validating windows user account AD\testradius
[2528] 11-29 10:32:41:110: Sending LDAP search to DC2.
[2528] 11-29 10:32:41:110: Successfully validated windows account AD\testradius.
[2528] 11-29 10:32:41:110: Allowed EAP type: 25
[2528] 11-29 10:32:41:110: Succesfully created EAP Host session with session id 35
[2528] 11-29 10:32:41:110: Processing output from EAP: action:1
[2528] 11-29 10:32:41:110: Inserting outbound EAP-Message of length 6.
[2528] 11-29 10:32:41:110: Issuing Access-Challenge.
[2528] 11-29 10:32:41:110: No AUTHORIZATION extensions, continuing
I followed the article on TechNet on setting up extension DLL.
I get following errors after I completed registry edit:
System\CurrentControlSet\Services\AuthSrv\Parameters doesn't exist; no extensions loaded.
No Authentication extensions!
Initializing LDAP.
The registry value BackendServerTimeout does not exist. Using default 2
Loading AuthorizationDLLs
System\CurrentControlSet\Services\AuthSrv\Parameters doesn't exist; no extensions loaded.
No Authorization extensions!
I have removed NPS ( including the isa.xml file) role, and reinstalled it, exactly the same issue.
Thanks for reading and assisting me.