diff options
| author | Jeffrey Altman <jaltman@secure-endpoints.com> | 2006-03-20 23:23:33 +0000 |
|---|---|---|
| committer | Jeffrey Altman <jaltman@secure-endpoints.com> | 2006-03-20 23:23:33 +0000 |
| commit | b9feb10aac946bfe7d6dc7e0ef877e32f38f7ea3 (patch) | |
| tree | db553aeaaf231c296a19ec37bdc6dc228a8842f7 /src/windows/identity/help/html | |
| parent | 4b0eadb78af87eb93ab227cd73e361fc5e497a65 (diff) | |
This commit updates:
+ the HTMLHelp formatted documentation
+ the build system to produce separate binaries for Windows 2000
and Windows XP and beyond. Separate binaries are required
because we make heavy use of some of the UI features found in
XP that don't exist in 2000. If we build only for XP then the
binaries won't run on 2000 and if we build for 2000, then the
functionality we desire for balloon text and the tracker
windows does not work properly on XP or above. (Note for Vista
we will need to build three sets of binaries if we want to take
advantage of the new functionality that is available only there.)
+ Add more debugging to the krb4 plug-in and ensure that all
checkboxes are initialized.
+ remove plugins/krb5/krb5util.c which is an unused file
+ Use mixed case for Alt, Ctrl and Shift text designators
+ Increment the build number to 1.1.0.1
+ Plug a memory leak when dialogs are closed
+ Add a new Options->Appearance configuration page that can be
used to allow user customized font selection. This page will
also be used for custom color selection in a future release.
ticket: new
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17752 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/windows/identity/help/html')
23 files changed, 173 insertions, 93 deletions
diff --git a/src/windows/identity/help/html/act_new_creds.htm b/src/windows/identity/help/html/act_new_creds.htm index 01917ffdc..f2769e08e 100644 --- a/src/windows/identity/help/html/act_new_creds.htm +++ b/src/windows/identity/help/html/act_new_creds.htm @@ -27,7 +27,6 @@ selected.</p> <p class="caption"><i>Note that the above screenshot is from an instance of NetIDMgr with Kerberos 5, Kerberos 4 and OpenAFS
plugins with a Kerberos 5 identity manager. Actual display may be
different depending on the plugins that are active.</i></p>
-</p>
<p>If the Kerberos 5 identity provider is used, the dialog will ask
for a username and a realm to determine the identity for which new
@@ -43,10 +42,10 @@ dialog is completed. <h3>Expanded view</h3>
-<p>If you click any of the hyperlinks in the credentials summary
-window or select the <span class="pre">Options >></span> button,
-the dialog will switch to the exanded view. An example of this is
-shown below:
+<p>If you click any of the credentials type hyperlinks in the
+credentials summary window or select the <span class="pre">Options
+>></span> button, the dialog will switch to the exanded view.
+An example of this is shown below:
</p>
<p>
@@ -54,7 +53,6 @@ shown below: alt="Expanded new credentials window" />
<p class="caption">Expanded view of the new credetials dialog</p>
-</p>
<p>
The expanded view provides access to additional options available for
@@ -66,16 +64,14 @@ ticket as well as ticket flags such as <i>renewable</i> or <h3>Credentials summary window</h3>
-<p>
-The credentials summary window provides an overview of the credentials
-that will be obtained after the successful completion of the new
-credentials dialog. The window contains hyperlinks that will take you
-to the corresponding credentials option panels where you will be able
-to set additional options for each type.
+<p>The credentials summary window provides an overview of the
+credentials that will be obtained after the successful completion of
+the new credentials dialog. The window contains hyperlinks that will
+take you to the corresponding credentials option panels where you will
+be able to set additional options for each type.
</p>
-<p>
-If there is a problem with the selected identity, the credentials
+<p>If there is a problem with the selected identity, the credentials
window will display a message describing the problem. For example:
</p>
diff --git a/src/windows/identity/help/html/act_renew_creds.htm b/src/windows/identity/help/html/act_renew_creds.htm index 5e39963da..0bd196ad5 100644 --- a/src/windows/identity/help/html/act_renew_creds.htm +++ b/src/windows/identity/help/html/act_renew_creds.htm @@ -1,11 +1,32 @@ <html>
<head>
- <title>title</title>
- <meta name="description" content="">
- <meta name="keywords" content="">
+ <title>Renew Credentials</title>
+ <meta name="description" content="Renew Credentials">
+ <meta name="keywords" content="renew, credentials">
<link rel="stylesheet" type="text/css" href="nidmgr.css">
</head>
<body>
+<h1>Renew Credentials</h1>
+
+<p>The renew credentials action can be invoked via the <a
+href="">Credential</a> menu or by pressing <span class="pre">Ctrl +
+R</span>. Additionally, if <span class="pre">Monitor credentials
+expiration</span> option is enabled for all identities or for a
+specific identity, then those credentials will be automatically
+renewed before they expire.</p>
+
+<p>An identity must be selected before invoking the renew credentials
+action.</p>
+
+<p>Not all credentials can be renewed. The actual logic of renewing
+the credentials is up to each credentials provider. In general
+NetIDMgr will invoke each credentials provider to renew their
+respective credentials. For Kerberos 5, if the initial ticket is
+renewable and not expired, then it will obtain a renewed initial
+ticket. For Kerberos 4, once a renewed Kerberos 5 initial ticket is
+obtained, it will try to use a Krb524 translator to obtain a new
+Kerberos 4 initial ticket.</p>
+
</body>
</html>
\ No newline at end of file diff --git a/src/windows/identity/help/html/act_set_default.htm b/src/windows/identity/help/html/act_set_default.htm index 5e39963da..382b3c1ce 100644 --- a/src/windows/identity/help/html/act_set_default.htm +++ b/src/windows/identity/help/html/act_set_default.htm @@ -1,11 +1,16 @@ <html>
<head>
- <title>title</title>
- <meta name="description" content="">
- <meta name="keywords" content="">
+ <title>Set As Default Identity</title>
+ <meta name="description" content="Set the default identity">
+ <meta name="keywords" content="default, identity">
<link rel="stylesheet" type="text/css" href="nidmgr.css">
</head>
<body>
+<h1>Set As Default Identity</h1>
+
+<p>
+</p>
+
</body>
</html>
\ No newline at end of file diff --git a/src/windows/identity/help/html/concept_cred_pro.htm b/src/windows/identity/help/html/concept_cred_pro.htm index 5e39963da..37fec760c 100644 --- a/src/windows/identity/help/html/concept_cred_pro.htm +++ b/src/windows/identity/help/html/concept_cred_pro.htm @@ -1,11 +1,16 @@ <html>
<head>
- <title>title</title>
- <meta name="description" content="">
- <meta name="keywords" content="">
+ <title>NetIDMgr Concepts: Credentials Provider</title>
+ <meta name="description" content="NetIDMgr Concepts: Credentials Provider">
+ <meta name="keywords" content="credentials provider, concepts">
<link rel="stylesheet" type="text/css" href="nidmgr.css">
</head>
<body>
+<h1>NetIDMgr Concepts: Credentials Provider</h1>
+
+<p>
+</p>
+
</body>
</html>
\ No newline at end of file diff --git a/src/windows/identity/help/html/concept_ident_pro.htm b/src/windows/identity/help/html/concept_ident_pro.htm index 5e39963da..5c4601c06 100644 --- a/src/windows/identity/help/html/concept_ident_pro.htm +++ b/src/windows/identity/help/html/concept_ident_pro.htm @@ -1,11 +1,16 @@ <html>
<head>
- <title>title</title>
- <meta name="description" content="">
- <meta name="keywords" content="">
+ <title>NetIDMgr Concepts: Identity Provider</title>
+ <meta name="description" content="NetIDMgr Concepts: Identity Provider">
+ <meta name="keywords" content="identity provider, concepts">
<link rel="stylesheet" type="text/css" href="nidmgr.css">
</head>
<body>
+<h1>NetIDMgr Concepts: Identity Provider</h1>
+
+<p>
+</p>
+
</body>
</html>
\ No newline at end of file diff --git a/src/windows/identity/help/html/concept_identity.htm b/src/windows/identity/help/html/concept_identity.htm index 50802d95b..1fb72b5da 100644 --- a/src/windows/identity/help/html/concept_identity.htm +++ b/src/windows/identity/help/html/concept_identity.htm @@ -1,13 +1,13 @@ <html>
<head>
- <title>Concepts: Identity</title>
- <meta name="description" content="Concepts: Identity">
+ <title>NetIDMgr Concepts: Identity</title>
+ <meta name="description" content="NetIDMgr Concepts: Identity">
<meta name="keywords" content="identity,concepts">
<link rel="stylesheet" type="text/css" href="nidmgr.css">
</head>
<body>
-<h1>Concepts: Identity</h1>
+<h1>NetIDMgr Concepts: Identity</h1>
<p>
</p>
diff --git a/src/windows/identity/help/html/concepts.htm b/src/windows/identity/help/html/concepts.htm index 5e39963da..fd0a2430f 100644 --- a/src/windows/identity/help/html/concepts.htm +++ b/src/windows/identity/help/html/concepts.htm @@ -1,11 +1,33 @@ <html>
<head>
- <title>title</title>
- <meta name="description" content="">
- <meta name="keywords" content="">
+ <title>NetIDMgr Concepts</title>
+ <meta name="description" content="NetIDMgr Concepts">
+ <meta name="keywords" content="concepts">
<link rel="stylesheet" type="text/css" href="nidmgr.css">
</head>
<body>
+<h1>NetIDMgr Concepts</h1>
+
+<p>The Network Identity manager organizes and manages your credentials
+based on how they identify you to external services which use those
+credentials for authentication. To this end, it is assumed that each
+credential will uniquely identify the user to a service as a single
+principal or identity.
+</p>
+
+<p>
+</p>
+
+<p>The following topics provider further details: </p>
+
+<ul>
+ <li><a href="concept_identity.htm">Identity</a></li>
+
+ <li><a href="concept_ident_pro.htm">Identity Provider</a></li>
+
+ <li><a href="concept_cred_pro.htm">Credentials Provider</a></li>
+</ul>
+
</body>
</html>
\ No newline at end of file diff --git a/src/windows/identity/help/html/copyright.htm b/src/windows/identity/help/html/copyright.htm index 32453f740..b98a1569a 100644 --- a/src/windows/identity/help/html/copyright.htm +++ b/src/windows/identity/help/html/copyright.htm @@ -23,7 +23,7 @@ the same appear on ALL copies of the software and documentation, including modifications that you make for internal use or for
distribution:</p>
-<p>Copyright 1992-2005 by the Massachusetts Institute of Technology. All
+<p>Copyright 1992-2006 by the Massachusetts Institute of Technology. All
rights reserved.</p>
<p>THIS SOFTWARE IS PROVIDED "AS IS", AND M.I.T. MAKES NO REPRESENTATIONS
diff --git a/src/windows/identity/help/html/howdoi.htm b/src/windows/identity/help/html/howdoi.htm index 3995335a4..7a380c8d2 100644 --- a/src/windows/identity/help/html/howdoi.htm +++ b/src/windows/identity/help/html/howdoi.htm @@ -33,5 +33,12 @@ </ul>
+<h3>Credentials view</h3>
+<ul>
+
+ <li><a href="use_layout.htm">Managing the credentials view layout</a></li>
+
+</ul>
+
</body>
</html>
\ No newline at end of file diff --git a/src/windows/identity/help/html/images/screen_menu_bar.bmp b/src/windows/identity/help/html/images/screen_menu_bar.bmp Binary files differindex 947cd10c6..5f80c1967 100644 --- a/src/windows/identity/help/html/images/screen_menu_bar.bmp +++ b/src/windows/identity/help/html/images/screen_menu_bar.bmp diff --git a/src/windows/identity/help/html/images/screen_menu_credential.bmp b/src/windows/identity/help/html/images/screen_menu_credential.bmp Binary files differindex eecddd21b..92a1ec3f2 100644 --- a/src/windows/identity/help/html/images/screen_menu_credential.bmp +++ b/src/windows/identity/help/html/images/screen_menu_credential.bmp diff --git a/src/windows/identity/help/html/images/screen_menu_file.bmp b/src/windows/identity/help/html/images/screen_menu_file.bmp Binary files differindex a67e59765..4a9054668 100644 --- a/src/windows/identity/help/html/images/screen_menu_file.bmp +++ b/src/windows/identity/help/html/images/screen_menu_file.bmp diff --git a/src/windows/identity/help/html/images/screen_menu_help.bmp b/src/windows/identity/help/html/images/screen_menu_help.bmp Binary files differindex 2d5261fb4..dc1a8f6dd 100644 --- a/src/windows/identity/help/html/images/screen_menu_help.bmp +++ b/src/windows/identity/help/html/images/screen_menu_help.bmp diff --git a/src/windows/identity/help/html/images/screen_menu_options.bmp b/src/windows/identity/help/html/images/screen_menu_options.bmp Binary files differindex 4fba5d6d3..5762e65d8 100644 --- a/src/windows/identity/help/html/images/screen_menu_options.bmp +++ b/src/windows/identity/help/html/images/screen_menu_options.bmp diff --git a/src/windows/identity/help/html/images/screen_menu_view.bmp b/src/windows/identity/help/html/images/screen_menu_view.bmp Binary files differindex 9dfb871c2..e47e54a0a 100644 --- a/src/windows/identity/help/html/images/screen_menu_view.bmp +++ b/src/windows/identity/help/html/images/screen_menu_view.bmp diff --git a/src/windows/identity/help/html/menu_all.htm b/src/windows/identity/help/html/menu_all.htm index 8118a8116..2710d5986 100644 --- a/src/windows/identity/help/html/menu_all.htm +++ b/src/windows/identity/help/html/menu_all.htm @@ -18,11 +18,11 @@ highlighted character on the submenu. </p>
<map id="menu_bar_map">
-<area shape = "rect" coords = "1,0,24,20" href = "menu_file.htm">
-<area shape = "rect" coords = "26,1,84,20" href = "menu_credential.htm">
-<area shape = "rect" coords = "85,1,118,20" href = "menu_view.htm">
-<area shape = "rect" coords = "122,1,165,20" href = "menu_options.htm">
-<area shape = "rect" coords = "166,2,199,20" href = "menu_help.htm">
+<area shape = "rect" coords = "0,1,34,20" href = "menu_file.htm">
+<area shape = "rect" coords = "37,2,110,20" href = "menu_credential.htm">
+<area shape = "rect" coords = "117,1,156,20" href = "menu_view.htm">
+<area shape = "rect" coords = "161,1,221,20" href = "menu_options.htm">
+<area shape = "rect" coords = "226,0,269,20" href = "menu_help.htm">
</map>
<p>
diff --git a/src/windows/identity/help/html/menu_credential.htm b/src/windows/identity/help/html/menu_credential.htm index b17533ea3..8c537eaba 100644 --- a/src/windows/identity/help/html/menu_credential.htm +++ b/src/windows/identity/help/html/menu_credential.htm @@ -23,13 +23,12 @@ without invoking the <span class="pre">Credential</span> menu. </p>
<map id="menumap">
-<area shape = "rect" coords = "10,24,214,45" href = "#new">
-<area shape = "rect" coords = "8,49,212,70" href = "#renew">
-<area shape = "rect" coords = "11,72,199,89" href = "#destroy">
-<area shape = "rect" coords = "13,96,213,113" href = "#def">
-<area shape = "rect" coords = "14,114,210,133" href = "#search">
-<area shape = "rect" coords = "8,137,211,159" href = "#chpw">
-<area shape = "rect" coords = "10,165,213,185" href = "#import">
+<area shape = "rect" coords = "18,21,248,46" href = "#new">
+<area shape = "rect" coords = "18,52,244,77" href = "#renew">
+<area shape = "rect" coords = "19,76,241,98" href = "#import">
+<area shape = "rect" coords = "19,98,231,121" href = "#destroy">
+<area shape = "rect" coords = "20,129,160,155" href = "#def">
+<area shape = "rect" coords = "21,164,225,185" href = "#chpw">
</map>
<p>
@@ -65,9 +64,6 @@ without invoking the <span class="pre">Credential</span> menu. See <span class="pre"><a href="act_set_default.htm">Set As Default
Action</a></span> for more information.</p></li>
- <li><a name="search" /> <span class="title">Allow applications to
- search</span>: This action is currently not implemented.</li>
-
<li><a name="chpw" /> <span class="title">Change password...</span>:
Changes the password for the selected identity. However, once the
new password dialog opens, you can change the identity for which the
diff --git a/src/windows/identity/help/html/menu_file.htm b/src/windows/identity/help/html/menu_file.htm index 91f73dfa8..a7f79fe82 100644 --- a/src/windows/identity/help/html/menu_file.htm +++ b/src/windows/identity/help/html/menu_file.htm @@ -23,8 +23,8 @@ without invoking the <span class="pre">File</span> menu. </p>
<map id="menumap">
-<area shape = "rect" coords = "7,24,146,43" href = "#properties">
-<area shape = "rect" coords = "8,46,146,67" href = "#exit">
+<area shape = "rect" coords = "12,24,115,46" href = "#properties">
+<area shape = "rect" coords = "12,55,166,76" href = "#exit">
</map>
<p>
diff --git a/src/windows/identity/help/html/menu_help.htm b/src/windows/identity/help/html/menu_help.htm index bceb2a991..d1ac6aed5 100644 --- a/src/windows/identity/help/html/menu_help.htm +++ b/src/windows/identity/help/html/menu_help.htm @@ -21,18 +21,17 @@ the question mark icon in the title bar and then clicking on the dialog box control that you want help with.
</p>
-<p>
-This is the help menu. While it is ironic that the help menu itself
-needs to be explained, we have decided to include it here just for
-completeness. It is bad enough that it is the last menu on the menu
-bar. We didn't want to pile on any more disrespect by not documenting
-it. We encourage you to not read this and just go ahead and click any
-item on this menu. If anything unexpected happens, please file a bug
-report at <a href="mailto:kfw-bugs@mit.edu">kfw-bugs@mit.edu</a>.
-</p>
+<map id="menumap">
+
+<area shape = "rect" coords = "12,27,166,48" href = "#ctx">
+<area shape = "rect" coords = "13,53,167,76" href = "#contents">
+<area shape = "rect" coords = "14,77,160,101" href = "#index">
+<area shape = "rect" coords = "15,107,173,132" href = "#about">
+
+</map>
<p>
-<img src="images/screen_menu_help.bmp"/>
+<img src="images/screen_menu_help.bmp" usemap="#menumap"/>
</p>
<ul>
diff --git a/src/windows/identity/help/html/menu_options.htm b/src/windows/identity/help/html/menu_options.htm index 2d60f1ae3..08aad4fd1 100644 --- a/src/windows/identity/help/html/menu_options.htm +++ b/src/windows/identity/help/html/menu_options.htm @@ -23,9 +23,14 @@ without invoking the <span class="pre">Options</span> menu. </p>
<map id="menumap">
-<area shape = "rect" coords = "10,23,93,41" href = "#general">
-<area shape = "rect" coords = "12,41,94,60" href = "#idents">
-<area shape = "rect" coords = "10,59,104,74" href = "#notifs">
+
+<area shape = "rect" coords = "12,24,139,48" href = "#general">
+<area shape = "rect" coords = "11,46,144,68" href = "#apperance">
+<area shape = "rect" coords = "11,68,142,89" href = "#identities">
+<area shape = "rect" coords = "12,91,139,111" href = "#notifications">
+<area shape = "rect" coords = "14,111,134,133" href = "#plugins">
+<area shape = "rect" coords = "12,141,139,208" href = "#pluginspec">
+
</map>
<p>
@@ -35,16 +40,32 @@ without invoking the <span class="pre">Options</span> menu. <ul>
<li><a name="general" /><span class="title">General ...</span>: Opens
-the NetIDMgr general configuration panel.</li>
+the NetIDMgr general configuration panel. This panel allows you to
+configure settings related to the startup/shutdown of NetIDMgr in
+addition to debugging and monitoring options.</li>
-<li><a name="idents" /><span class="title">Identities ...</span>:
-Opens the identities configuration panel.</li>
+<li><a name="apperance" /><span class="title">Appearance ...</span>:
+Provides options for customizing the appearance of the credentials
+window. Currently, the only options provided are for selecting the
+font used for the credentials list.</li>
-<li><a name="notifs" /><span class="title">Notifications ...</span>:
-Opens the Notifications control panel.</li>
+<li><a name="identities" /><span class="title">Identities ...</span>:
+Opens the identities configuration panel. These options control
+credentials defaults for all identities or for specific identities.</li>
+
+<li><a name="notifications" /><span class="title">Notifications
+...</span>: The notifications configuration panel controls the
+settings used by the NetIDMgr timer that triggers warnings and
+identity renewals.</li>
<li><a name="plugins" /><span class="title">Plugins ...</span>:
-Opens the Plug-ins and Modules control panel.</li>
+Options for enabling or disabling specific plugins and also for
+viewing information about loaded plugins.</li>
+
+<li><a name="pluginspec" /><span class="title">Plugin specific
+configuration panels</span>: Each registered plugin can register one
+or more configuration panels which will appear on the <span
+class="pre">Options</span> menu.</li>
</ul>
diff --git a/src/windows/identity/help/html/menu_view.htm b/src/windows/identity/help/html/menu_view.htm index 53a46e189..2401b3c5d 100644 --- a/src/windows/identity/help/html/menu_view.htm +++ b/src/windows/identity/help/html/menu_view.htm @@ -23,11 +23,9 @@ without invoking the <span class="pre">View</span> menu. </p>
<map id="menumap">
-<area shape = "rect" coords = "4,23,146,40" href = "#choosecol">
-<area shape = "rect" coords = "11,40,152,56" href = "#layout">
-<area shape = "rect" coords = "10,56,150,74" href = "#toolbars">
-<area shape = "rect" coords = "15,80,142,103" href = "#debugwnd">
-<area shape = "rect" coords = "8,104,151,128" href = "#refresh">
+<area shape = "rect" coords = "11,24,159,45" href = "#choosecol">
+<area shape = "rect" coords = "11,47,160,70" href = "#layout">
+<area shape = "rect" coords = "11,74,159,100" href = "#refresh">
</map>
<p>
@@ -36,12 +34,14 @@ without invoking the <span class="pre">View</span> menu. <ul>
-<li><a name="choosecol" /> <span class="title">Choose Columns
-...</span>: <b>Not implemented in this release.</b>
-Invokes a dialog where you can choose which columns are
-displayed in the view window. If you change the columns, or their
-order, a new custom layout will be created for you which you can later
-use using the <span class="pre">Layout</span> submenu later.</li>
+<li><a name="choosecol" /> <span class="title">View columns</span>:
+
+Invokes a submenu from which you can choose the columns that are
+displayed in the credentials window. If you change the columns, or
+their order, a new custom layout will be created for you which you can
+later use using the <span class="pre">Layout</span> submenu later. For
+more information about managing layouts, see the <a
+href="use_layout.htm">Layout</a> topic.</li>
<li><a name="layout" /> <span class="title">Layout</span>: Opens a
submenu where you can select the layout for the credentials
@@ -64,16 +64,14 @@ display. href="concept_cred_pro.htm">credential providers</a> choose the
interpretation of the <span class="pre">location</span> property
as the concept of location changes from type to type.</li>
- </ul>
-</li>
-<li><a name="toolbars" />
-<span class="title">Toolbars</span>: Enable or disable toolbars.</li>
+ <li><span class="title">Custom</span>: If you customize any of
+ the above layouts by adding, removing, reordering or changing
+ the sort or outline columns, then NetIDMgr will store your new
+ layout settings under this layout. Invoking this menu item
+ restores your customizations.</ul>
-<li><a name="debugwnd" /> <span class="title">Debug window...</span>:
-Displays a debug window which contains a history of actions and any
-debug information for each action that was supplied by each <a
-href="concept_cred_pro.htm">credentials provider</a><li>
+</li>
<li><a name="refresh" /> <span class="title">Refresh</span>: Refresh
the credentials view. This queries each <a
diff --git a/src/windows/identity/help/html/use_start.htm b/src/windows/identity/help/html/use_start.htm index 979197999..c91f02d29 100644 --- a/src/windows/identity/help/html/use_start.htm +++ b/src/windows/identity/help/html/use_start.htm @@ -24,7 +24,8 @@ often, and helps reduce clutter on the desktop.</p> <p>When NetIDMgr is running, it places an icon in the system
notification area (sometimes referred to as the "system tray") as
-shown in figure 1.</p>
+shown in figure 1. Details about the state information represented by
+the icon can be found <a href="html/use_icon.htm">here</a>.</p>
<p>Clicking on this icon brings up the NetIDMgr window. Right
clicking on the icon, on the other hand, brings up a menu.</p>
@@ -58,7 +59,10 @@ configuration dialog. Only one instance of NetIDMgr can be running at any one time.
Attempting to start NetIDMgr while it is still running will not do
anything, unless you provide any command line options that trigger
-some action in the running application instance.
+some action in the running application instance. If more than one
+version of NetIDMgr is installed on the system, and the older version
+is running at the time the newer version is started, the older version
+will exit allowing the newer version to take over.
</p>
</body>
diff --git a/src/windows/identity/help/html/using.htm b/src/windows/identity/help/html/using.htm index c3699e841..c09558e91 100644 --- a/src/windows/identity/help/html/using.htm +++ b/src/windows/identity/help/html/using.htm @@ -14,9 +14,9 @@ Depending on how NetIDMgr was installed, it might already be running in the system notification area or it might need to be started
manually. See the topic <a href="html/use_start.htm">starting
NetIDMgr</a> for details. Essentially, to open the NetIDMgr window,
-you either have to click the application icon in the system
-notification area, select the icon from the start menu, or type
-'netidmgr' at a command prompt.
+you either have to click the <a href="html/use_icon.htm">application
+icon</a> in the system notification area, select the icon from the
+start menu, or type 'netidmgr' at a command prompt.
</p>
<p>
@@ -36,6 +36,7 @@ Brief overviews of how to perform common tasks are linked below: <li><a href="act_import_creds.htm">Import credentials from the MSLSA cache</a></li>
<li><a href="act_renew_creds.htm">Renew credentials</a></li>
<li><a href="act_chpw.htm">Change password</a></li>
+ <li><a href="use_layout.htm">Managing the credentials view layout</a></li>
</ul>
<p>
|
