If the IAS server receives a very large number of authentication requests per second, you can improve throughput by increasing the number of concurrent authentication calls that are in progress at one time between the IAS server and the domain controller.
Windows member servers only issue up to two concurrent NTLM authentication requests by default. Windows Domain Controllers only support one concurrent authentication request per session with a remote (user) domain controller.
Add a registry key
Warning Serious problems might occur if you modify the registry incorrectly by using Registry Editor or by using another method. These problems might require that you reinstall the operating system. Microsoft cannot guarantee that these problems can be solved. Modify the registry at your own risk.Follow these steps to increase the number of concurrent authentication calls in progress at one time between the IAS server and the domain controller (DC):
- Start Registry Editor. To do this, click Start, click Run, type Regedt32.exe, and then click OK.
- Locate the following registry key:HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Netlogon\Parameters
- On the Edit menu, click Add Value, and then add the following registry information:
Value Name: MaxConcurrentApi
Data Type: REG_DWORD
Value: between 0 and 10. Windows 2008 R2 maximum value is 150 - Restart the NETLOGON service.
975363�A time-out error occurs when many NTLM authentication requests are sent from a Domain Member for users from remote Domains in a high latency network
NoteWhen you increase the value of the MaxConcurrentApi entry beyond 5, make sure that you monitor the number of requests that are sent to the Domain Controller. To do this, install on the servers the update that is described in the following Knowledge Base article, which enables you to track the use of the Netlogon calls:
928576 New performance counters for Windows Server 2003 let you monitor the performance of Netlogon authentication
If you have a computer that is running Microsoft Windows 2000 Advanced Server, you can use the Network Load Balancing component (previously known as WLBS) of Windows 2000 Advanced Server to distribute incoming access requests among multiple IAS servers. This helps your server perform better when network traffic is high.You should set the value on the resource server and all intermediate DCs handling the NTLM authentication request on the path to the user domain. In a multi-level Active Directory Forest contoso.com with domains users.contoso.com with the users and servers.contoso.com with the resource servers, this means that you have to set this on the resource servers and DCs in server.contoso.com and DCs in contoso.com.