~ubuntu-branches/ubuntu/maverick/krb5/maverick

« back to all changes in this revision

Viewing changes to src/windows/identity/help/html/use_layout.htm

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2006-10-30 10:28:53 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20061030102853-x7v876vw4af46v0m
Tags: 1.4.4-3ubuntu1
* Merge with Debian; only Ubuntu change:
  - src/include/k5-thread.h: Define__USE_GNU when #include'ing pthread.h to
    fix FTBFS (from 1.4.3-9ubuntu1).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<html>
 
2
<head>
 
3
  <title>Managing the credentials view layout</title>
 
4
  <meta name="description" content="Managing the credentials view layout">
 
5
  <meta name="keywords" content="view, layout">
 
6
  <link rel="stylesheet" type="text/css" href="nidmgr.css">
 
7
</head>
 
8
<body>
 
9
 
 
10
<h1>Managing the credentials view layout</h1>
 
11
 
 
12
<p>The credentials view layout provides an outlined view of the
 
13
credentials that are being managed by NetIDMgr.  The columns that are
 
14
displayed in the window, the columns that are used for grouping and
 
15
sorting the list of credentials can be customized. </p>
 
16
 
 
17
<p>The following sections provide more details on the types of
 
18
customizations that can be performed:</p>
 
19
 
 
20
<ul>
 
21
  <li><a href="#predef">Predefined layouts</a><li>
 
22
  <li><a href="#addcol">Adding and removing columns.</a></li>
 
23
  <li><a href="#sort">Sorting by a column.</a></li>
 
24
  <li><a href="#group">Grouping by a column.</a></li>
 
25
</ul>
 
26
 
 
27
<a name="predef" />
 
28
<h3>Predefined layouts</h3>
 
29
 
 
30
<p>The predefined layouts in NetIDMgr are: </p>
 
31
 
 
32
<ul>
 
33
 
 
34
  <li><span class="title">By Identity</span>: Credentials grouped by
 
35
  identity and credentials type, and finally sorted by credential
 
36
  name.</li>
 
37
 
 
38
  <li><span class="title">By Type</span>: Credentials grouped by
 
39
  credentials type and then by identity.</li>
 
40
 
 
41
  <li><span class="title">By Location</span>: Credentials grouped by
 
42
  location, identity and then by credentials type.  The location is
 
43
  reported by individual credentials providers that indicate where
 
44
  each credential is stored. For Kerberos 5 and Kerberos 4, this is a
 
45
  credentials cache name.</li>
 
46
 
 
47
</ul>
 
48
 
 
49
<a name="addcol" />
 
50
<h3>Adding and removing columns</h3>
 
51
 
 
52
<p>The <span class="pre">View Columns</span> menu lists all the
 
53
columns that are available for display.  Each column that is already
 
54
displayed will have a check mark next to it.  Selecting a column that
 
55
is not currently being displayed will add that column to the display.
 
56
Selecting a column that is is being displayed will remove it from the
 
57
display.</p>
 
58
 
 
59
<p>This menu can be reached either by right-clicking the column header
 
60
area or by invoking the <span class="pre">View</span> menu.  The menu
 
61
is shown below.</p>
 
62
 
 
63
<p><img src="images/screen_menu_view_cols.bmp"/> </p>
 
64
 
 
65
<a name="sort" />
 
66
<h3>Sorting by a column</h3>
 
67
 
 
68
<p>Clicking on a column header will change the sort order of the
 
69
column if it is already being used as a sort key.  If the colunm is
 
70
not currently being used as a sort key, clicking on the column header
 
71
will start sorting in increasing order by that column. </p>
 
72
 
 
73
<p>Double-clicking a column that is not used for grouping will stop
 
74
sorting by that column.</p>
 
75
 
 
76
<a name="group" />
 
77
<h3>Grouping by a column</h3>
 
78
 
 
79
<p>Double-clicking on a column header will start grouping by that
 
80
column if the column is currently not being used as a sort key.  If
 
81
the column is currently being used for grouping, then double-clicking
 
82
will stop it from being used for grouping.</p>
 
83
 
 
84
</body>
 
85
</html>
 
 
b'\\ No newline at end of file'