Article ID: 176799 - Last Review: February 9, 2006 - Revision: 3.0 INFO: Using DCOM Config (DCOMCNFG.EXE) on Windows NTThis article was previously published under Q176799 On This PageSUMMARY
DCOMCNFG.EXE (DCOM Config) is a utility you can use to secure DCOM Objects
you have created. This article describes the DCOM Config interfaces,
options, and settings. Because security is much more limited on Windows 95, Windows 98, and Windows Me, the interface and options may differ on Windows 95, Windows 98, and Windows Me systems. This article is written for those running DCOM Config on Windows NT or Windows 2000 systems. MORE INFORMATION
The main interface of DCOM Config is divided into the following three tabs:
Applications TabThe Applications tab shows each of the items registered under the following registry key:
HKEY_CLASSES_ROOT\AppId\
Beneath this key are all of the objects that can be launched on a remote
machine. DCOM Config displays just the ProgIDs (friendly names) of each
object, such as "Microsoft Word Document" or "Microsoft Access Database."
Some objects may register without registering a ProgID; in these cases, the
GUID of the object will be displayed, such as "{4E6B942A-01B0-11D1-A9CB-
00AA00B7B36F}."For each item listed in the Applications tab, properties for each application can be viewed by selecting an item and choosing the "Properties" button or by double-clicking an application name. Default Properties TabEach of the values displayed under the Default Properties tab may be found under the following key in the registry:
HKEY_LOCAL_MACHINE\Software\Microsoft\OLE
The first item in the Default Properties tab is a check box:
"Enable Distributed COM on this computer"
NOTE: You must reboot the system in order for a change in this setting to take effect. The second part of the Default Properties tab is the Default Distributed COM Communication Properties, which has of two levels:
Default Authentication Level (Packet Level)Authentication Levels are as follows:
Name Description
------------------------------------------------------------------------
None No authentication.
Connect Authentication occurs when a connection
is made to the server. Connectionless
protocols do not use this.
Call The authentication occurs when a RPC call
is accepted by the server. Connectionless
protocols do not use this.
Packet Authenticates the data on a per-packet
basis. All data is authenticated.
Packet Integrity This authenticates that the data has come
from the client, and checks that the
data has not been modified.
Packet Privacy In addition to the checks made by the other
authentication techniques, this encrypts
the packet.
Default May vary depending upon operating system.
Default Impersonation LevelIf no security is set at the object level, the server uses the security setting specified here as the default. The possible values are:
Name Description
----------------------------------------------------------------------
Anonymous The client is anonymous. This setting is
not currently supported by DCOM.
Identify The server can impersonate the client to
check permissions in the ACL (Access
Control List) but cannot access system
objects.
Impersonate The server can impersonate the client and
access system objects on the client's
behalf.
Delegate In addition to the Impersonate level, this
level can impersonate the client on calls
to other servers. This is not supported in
the current release of DCOM.
Default Security TabThere are three options under the Default Security tab. Each of the values stored here can be found in the Windows registry at the following location:
HKEY_LOCAL_MACHINE\Software\Microsoft\OLE
The three options are:
System GroupsThere are several group accounts you will find when you configure users and groups. The following list is a summary of which user belongs to each group:
Group Description
------------------------------------------------------------------------
Interactive Includes all users who log on to a Windows NT or
Windows 2000 system locally (at the console). It
does not include users who connect to Windows NT
or Windows 2000 resources across a network or are
started as a server.
Network Includes all users who connect to Windows NT or
Windows 2000 resources across a network. It does
not include those who connect through an
interactive logon.
Creator/Owner The Creator/Owner group is created for each
sharable resource in the Windows NT system. Its
membership is the set of users who either create
resource s(such as a file) and those who take
ownership of them.
Everyone All users accessing the system, whether locally,
remotely, or across the network.
System The local operating system.
Application PropertiesYou can specify custom settings for individual DCOM applications by choosing the Properties button on the "Applications" tab in DCOM Config. The following section describes each tab (General, Location, Security, Identity) and setting found within Application Properties.GeneralThe General tab provides general information about the application, displaying the Application name, type (local server or remote server), and location (local path or remote computer). These settings are not modifiable through the DCOM Config interface.The General Table retrieves all of its information from subkeys of the following registry key:
HKEY_CLASSES_ROOT\CLSID\{...CLSID...}
where {...CLSID...} is the unique CLSID for the Object Server currently
being viewed.
LocationThis tab is used to determine where DCOM will execute the application. There are three possible choices:
SecurityOn the Security tab, you can customize settings for the following individual application permissions:
IdentityThis tab is used to determine which account you want to use to run the application. There are four choices by which the system determines which account your DCOM object will run under:
APPLIES TO
| Article Translations
|

Back to the top
