Setting Up the Extension DLLs

Note

Internet Authentication Service (IAS) was renamed Network Policy Server (NPS) starting with Windows Server 2008. The content of this topic applies to both IAS and NPS. Throughout the text, NPS is used to refer to all versions of the service, including the versions originally referred to as IAS.

 

At startup, NPS checks the registry for a list of third-party DLLs to call.

To set up an Authentication or Authorization DLL on an NPS server, list the paths to the DLLs in values below the following registry key:

HKLM\System\CurrentControlSet\Services\AuthSrv\Parameters\

If the AuthSrv and Parameters keys do not exist, create them.

The value in which to list the Authentication Extension DLLs is:

ExtensionDLLs

The value in which to list the Authorization Extension DLLs is:

AuthorizationDLLs

Both the ExtensionDLLs and AuthorizationDLLs values must be of type REG_MULTI_SZ. This type allows you to list multiple DLLs.

Invoking the Extension DLLs

User Identification Attributes