Important This section, method, or task contains steps that tell you how to modify the registry. However, serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. For added protection, back up the registry before you modify it. Then, you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click the following article number to view the article in the Microsoft Knowledge Base:
322756�
How to back up and restore the registry in Windows
To allow client requests to the RPC Endpoint
Mapper to succeed, you must require client calls to the RPC Endpoint Mapper to
be authenticated. You can enforce authenticated client calls to the RPC
Endpoint Mapper by running the Group Policy Object Editor or by creating a
registry entry. Use one of the following methods to require client calls to the
RPC Endpoint Mapper to be authenticated.
Use the Group Policy Object Editor to enforce the use of authenticated client calls to the RPC Endpoint Mapper
- Click Start, click Run,
type gpedit.msc, and then click
OK.
- In the Group Policy Object Editor, expand Computer
Configuration, expand Administrative Templates,
expand System, click Remote Procedure Call,
and then click RPC Endpoint Mapper Client
Authentication.
- Change the value for RPC Endpoint Mapper Client
Authentication to Enabled.
Use Registry Editor to enforce the use of authenticated client calls to the RPC Endpoint Mapper
- Click Start, click Run,
type regedit, and then click OK.
- Locate and then click the following registry key:
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT
- Look for a subkey that is named RPC. If
this key exists, click the RPC subkey, and then go to step 6.
If this key does not exist, go to step 4.
- On the Edit menu, point to
New, and then click Key.
- While the new key is selected, type
RPC, and then press ENTER.
- On the Edit menu, point to
New, and then click DWORD Value.
- Type EnableAuthEpResolution, and
then press ENTER.
- On the Edit menu, click
Modify.
- In the Value data box, type the number
1. Click OK.
Note If you want to disable this functionality, set the
EnableAuthEpResolution
registry entry to 0 (zero). - Quit Registry Editor.
After you create this registry value, you must restart your
computer for the registry value to take effect. After this registry change is
implemented, client calls to the RPC Endpoint Mapper will be made with
authentication. This behavior allows the ENTSSO service to start.
Things to consider for Windows XP computers that are part of a Microsoft Windows NT 4.0 domain or that must work with remote applications that are running on Windows NT 4.0 computers
If you have installed Windows XP SP2 on a computer that is part of
a Windows NT 4.0 domain or that must work with remote applications that are
running on Windows NT 4.0 computers, you must also disable the
RestrictRemoteClients setting that is enforced by the RPC
protocol. Disabling this restriction has security implications and you must
understand what these implications are before you perform this operation. For
more information about the security implications of disabling the
RestrictRemoteClients setting, visit the following Microsoft
Developer Network (MSDN) Web site:
You can disable the
RestrictRemoteClients setting
that is enforced by the RPC protocol by running the Group Policy Object Editor
or by creating a registry entry. Use one of the following procedures to disable
the
RestrictRemoteClients setting that is enforced by the RPC
protocol.
Use the Group Policy Object Editor to disable the RestrictRemoteClients setting that is enforced by the RPC protocol
- Click Start, click Run,
type gpedit.msc, and then click
OK.
- In the Group Policy Object Editor, expand Computer
Configuration, expand Administrative Templates,
expand System, click Remote Procedure Call,
and click Restrictions for Unauthenticated RPC
Clients.
- Change the value for Restrictions for
Unauthenticated RPC Clients to Disabled.
Use Registry Editor to disable the RestrictRemoteClients setting that is enforced by the RPC protocol
- Click Start, click Run,
type regedit, and then click OK.
- Locate and then click the following registry key:
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT
- Look for a subkey that is named RPC. If
this key exists, click the RPC subkey, and then go to step 7.
If this key does not exist, go to step 4.
- On the Edit menu, point to
New, and then click Key.
- While the new key is selected, type
RPC, and then press ENTER.
- On the Edit menu, point to
New, and then click DWORD Value.
- Type RestrictRemoteClients, and
then press ENTER.
- On the Edit menu, click
Modify.
- In the Value data box, type
0, and then click OK.
Note If you want to enable this functionality, set the
RestrictRemoteClients
registry entry to 1 (one). - Quit Registry Editor.
After you create this registry value, you must restart your
computer for the registry value to take effect.