From: Jeffrey Altman Date: Sun, 2 Apr 2006 04:21:29 +0000 (+0000) Subject: ticket: new X-Git-Tag: krb5-1.5-alpha1~112 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c7d16c1e1d721b7c65fa70cd62b965219e544f23;p=krb5.git ticket: new git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17831 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/windows/identity/help/html/concept_identity.htm b/src/windows/identity/help/html/concept_identity.htm index 1fb72b5da..bb11746dd 100644 --- a/src/windows/identity/help/html/concept_identity.htm +++ b/src/windows/identity/help/html/concept_identity.htm @@ -9,6 +9,21 @@

NetIDMgr Concepts: Identity

+

While there are many approaches to defining what an identity is, as +far as the NetIDMgr framework is considered, an identity is the unique +security principal that is identified by a service. Each credential +that is managed by NetIDMgr is assumed to map to a unique identity. +The collection of credentials that map to a single identity is +considered to belong to that identity. +

+ +

+

+ + + +

Default Identity

+

diff --git a/src/windows/identity/help/html/concepts.htm b/src/windows/identity/help/html/concepts.htm index fd0a2430f..003187205 100644 --- a/src/windows/identity/help/html/concepts.htm +++ b/src/windows/identity/help/html/concepts.htm @@ -13,7 +13,21 @@ 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. +principal or
identity. For +Kerberos, the identity is conceptually the same as the principal. +

+ +

At it's core, NetIDMgr does not possess any knowlege about specific +credentials that might be available for the user or how to manage +them. It relies on several types of plugins to provide the +information it needs, and to carry out credentials management tasks. +One primary task is to identify and manage identities. These services +are provided by a plugin called the identity provider. Information about +individual credentials are provided by credentials providers. Other plugins +may extend the functionaility of these plugins or provide additional +functionality for NetIDMgr.

@@ -30,4 +44,4 @@ principal or identity. - \ No newline at end of file + diff --git a/src/windows/identity/help/html/images/appicon_empty.bmp b/src/windows/identity/help/html/images/appicon_empty.bmp new file mode 100644 index 000000000..6938c8e61 Binary files /dev/null and b/src/windows/identity/help/html/images/appicon_empty.bmp differ diff --git a/src/windows/identity/help/html/images/appicon_expired.bmp b/src/windows/identity/help/html/images/appicon_expired.bmp new file mode 100644 index 000000000..d617465b9 Binary files /dev/null and b/src/windows/identity/help/html/images/appicon_expired.bmp differ diff --git a/src/windows/identity/help/html/images/appicon_good.bmp b/src/windows/identity/help/html/images/appicon_good.bmp new file mode 100644 index 000000000..b8bc9d36f Binary files /dev/null and b/src/windows/identity/help/html/images/appicon_good.bmp differ diff --git a/src/windows/identity/help/html/images/appicon_warnexp.bmp b/src/windows/identity/help/html/images/appicon_warnexp.bmp new file mode 100644 index 000000000..339c25de5 Binary files /dev/null and b/src/windows/identity/help/html/images/appicon_warnexp.bmp differ diff --git a/src/windows/identity/help/html/images/appicon_warning.bmp b/src/windows/identity/help/html/images/appicon_warning.bmp new file mode 100644 index 000000000..53df9ec03 Binary files /dev/null and b/src/windows/identity/help/html/images/appicon_warning.bmp differ diff --git a/src/windows/identity/help/html/images/screen_menu_view_cols.bmp b/src/windows/identity/help/html/images/screen_menu_view_cols.bmp new file mode 100644 index 000000000..75775e2d5 Binary files /dev/null and b/src/windows/identity/help/html/images/screen_menu_view_cols.bmp differ diff --git a/src/windows/identity/help/html/use_icon.htm b/src/windows/identity/help/html/use_icon.htm new file mode 100644 index 000000000..212099e6a --- /dev/null +++ b/src/windows/identity/help/html/use_icon.htm @@ -0,0 +1,51 @@ + + + NetIDMgr Notification Icon + + + + + + +

NetIDMgr Notification Icon

+ +

When NetIDMgr is running, an icon will be placed in the system +notification area (sometimes referred to as the "tray" area, or the +"system tray"). The icon will change to reflect the current state of +the managed credentials.

+ +

The icons and their meanings are described below:

+ + + + + + + + + + + + + + + + + + + + + + + + +
There are no managed credentials for any identity.
There are valid credentials for all the identities.
Some of the +credentials will expire in the next few minutes. This icon will be +displayed even if automatic renewals are enabled. In this case, the +credentials in question may get renewed before they expire, and the +icon will change to reflect this change.
some of the managed credentials have expired.
A warning +message is waiting to be displayed. Click the icon to view the +warning message.
+ + + \ No newline at end of file diff --git a/src/windows/identity/help/html/use_layout.htm b/src/windows/identity/help/html/use_layout.htm new file mode 100644 index 000000000..2d87bc90c --- /dev/null +++ b/src/windows/identity/help/html/use_layout.htm @@ -0,0 +1,85 @@ + + + Managing the credentials view layout + + + + + + +

Managing the credentials view layout

+ +

The credentials view layout provides an outlined view of the +credentials that are being managed by NetIDMgr. The columns that are +displayed in the window, the columns that are used for grouping and +sorting the list of credentials can be customized.

+ +

The following sections provide more details on the types of +customizations that can be performed:

+ + + + +

Predefined layouts

+ +

The predefined layouts in NetIDMgr are:

+ + + +
+

Adding and removing columns

+ +

The View Columns menu lists all the +columns that are available for display. Each column that is already +displayed will have a check mark next to it. Selecting a column that +is not currently being displayed will add that column to the display. +Selecting a column that is is being displayed will remove it from the +display.

+ +

This menu can be reached either by right-clicking the column header +area or by invoking the View menu. The menu +is shown below.

+ +

+ +
+

Sorting by a column

+ +

Clicking on a column header will change the sort order of the +column if it is already being used as a sort key. If the colunm is +not currently being used as a sort key, clicking on the column header +will start sorting in increasing order by that column.

+ +

Double-clicking a column that is not used for grouping will stop +sorting by that column.

+ +
+

Grouping by a column

+ +

Double-clicking on a column header will start grouping by that +column if the column is currently not being used as a sort key. If +the column is currently being used for grouping, then double-clicking +will stop it from being used for grouping.

+ + + \ No newline at end of file