File: user_management.html

package info (click to toggle)
cacti 0.8.6i-3
  • links: PTS
  • area: main
  • in suites: etch-m68k
  • size: 4,744 kB
  • ctags: 8,967
  • sloc: php: 39,760; sql: 2,306; xml: 678; sh: 487; perl: 133; makefile: 68
file content (154 lines) | stat: -rw-r--r-- 7,580 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">

<html>
<head>
  <meta name="generator" content="HTML Tidy for Linux/x86 (vers 1st August 2004), see www.w3.org">

  <title>User Management</title>
  <meta name="GENERATOR" content="Modular DocBook HTML Stylesheet Version 1.79">
  <link rel="HOME" title="The Cacti Manual" href="index.html">
  <link rel="UP" title="Basics" href="basics.html">
  <link rel="PREVIOUS" title="Viewing Graphs" href="graph_viewing.html">
  <link rel="NEXT" title="Realm Permissions" href="realm_permissions.html">
  <link rel="STYLESHEET" type="text/css" href="manual.css">
</head>

<body class="CHAPTER" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#840084" alink="#0000FF">
  <div class="NAVHEADER">
    <table summary="Header navigation table" width="100%" border="0" cellpadding="0" cellspacing="0">
      <tr>
        <th colspan="3" align="center">The Cacti Manual</th>
      </tr>

      <tr>
        <td width="10%" align="left" valign="bottom"><a href="graph_viewing.html" accesskey="P">Prev</a></td>

        <td width="80%" align="center" valign="bottom"></td>

        <td width="10%" align="right" valign="bottom"><a href="realm_permissions.html" accesskey="N">Next</a></td>
      </tr>
    </table>
    <hr align="left" width="100%">
  </div>

  <div class="CHAPTER">
    <h1><a name="USER_MANAGEMENT" id="USER_MANAGEMENT"></a>Chapter 8. User Management</h1>

    <div class="TOC">
      <dl>
        <dt><b>Table of Contents</b></dt>

        <dt><a href="user_management.html#CREATE_NEW_USER">Creating a New User</a></dt>

        <dt><a href="realm_permissions.html">Realm Permissions</a></dt>

        <dt><a href="graph_permissions.html">Graph Permissions</a></dt>

        <dt><a href="graph_settings.html">Graph Settings</a></dt>
      </dl>
    </div>

    <p>In addition to giving you the tools to create sophisticated graphs, Cacti enables you to create users that are tailored specifically to their requirements. Each user has certain settings such as login actions, as well as graph viewing settings. There are also two levels of permissions control, realm permissions and graph permissions which enable you to control what the user can see and change.</p>

    <p>Out of the box, there are two users that come with every Cacti installation. The "admin" user, is the main user that by default has access to see and change everything in Cacti. This is the user that you first login with in Cacti, and is probably a good idea to keep around unless you know otherwise. The second user is the "guest" user, which controls which areas/graphs are allowed for unauthenticated users. By default this user only has rights to view, but not change all graphs. This enables any unauthenticated user to visit 'graph_view.php' and view your graphs. This behavior can be changed by either changing the realm permissions for the "guest" user, or disabling the guest user altogether under <span class="GUILABEL">Cacti Settings</span>.</p>

    <div class="SECT1">
      <h1 class="SECT1"><a name="CREATE_NEW_USER" id="CREATE_NEW_USER">Creating a New User</a></h1>

      <p>To create a new user, select the <span class="GUILABEL">User Management</span> item under the <span class="GUILABEL">Utilities</span> heading on the Cacti menu. Once at the user management screen, click <span class="GUILABEL">Add</span>. You will see a screen that looks similar to the image below.</p>

      <div class="FIGURE">
        <a name="IMG_USER_NEW" id="IMG_USER_NEW"></a>

        <p><b>Figure 8-1. Adding a User</b></p>

        <div class="MEDIAOBJECT">
          <p><img src="images/user_management.png"></p>
        </div>
      </div>

      <p>At minimum, you must specify a <span class="GUILABEL">User Name</span> and a <span class="GUILABEL">Password</span> for each user. Each user field is described in more detail below. In addition to these fields, each user can have their own realm permissions", graph permissions, and graph settings. Each of these items are described in this section of the manual.</p>

      <div class="TABLE">
        <a name="AEN665" id="AEN665"></a>

        <p><b>Table 8-1. Field Description: User Management</b></p>

        <table border="1" frame="border" rules="all" class="CALSTABLE">
          <col width="1*">
          <col width="3*">

          <thead>
            <tr>
              <th align="center">Name</th>

              <th align="center">Description</th>
            </tr>
          </thead>

          <tbody>
            <tr>
              <td>User Name</td>

              <td>This field contains the actual login name for the user. There are no character limits this field, but it would make sense to keep it to alphanumeric characters to maintain simplicity.</td>
            </tr>

            <tr>
              <td>Full Name</td>

              <td>(Optional) You can use this field as a more descriptive identifier for the user. It is currently only used for display on the user management page.</td>
            </tr>

            <tr>
              <td>Password</td>

              <td>Enter the password for the user twice, once in each text box. Keep in mind that passwords are case sensitive and the password will remain unchanged if the boxes are both left empty.</td>
            </tr>

            <tr>
              <td>Account Options</td>

              <td>There are currently two account related options that can be set for each user. The first, 'User Must Change Password at Next Login', forces a password change immediately after the user logs in. The second option, 'Allow this User to Keep Custom Graph Settings', dictates whether the user can maintain their own custom graph viewing settings which includes expanding and collapsing trees.</td>
            </tr>

            <tr>
              <td>Graph Options</td>

              <td>There are three permission related options that can be set for each user here. The 'User Has Rights to {Tree,List,Preview} View' checkboxes dictate which graph viewing areas the user can see.</td>
            </tr>

            <tr>
              <td>Login Options</td>

              <td>These options dictate what occurs immediately after the user logs in. The first option, 'Show the page that user pointed their browser to.' will point the user to whatever page they were heading to before being interrupted by the login page. The 'Show the default console screen.' option will always point the user to 'index.php' after a successful login. The last option, 'Show the default graph screen.' will point the user to 'graph_view.php' after a successful login.</td>
            </tr>
          </tbody>
        </table>
      </div>
    </div>
  </div>

  <div class="NAVFOOTER">
    <hr align="left" width="100%">

    <table summary="Footer navigation table" width="100%" border="0" cellpadding="0" cellspacing="0">
      <tr>
        <td width="33%" align="left" valign="top"><a href="graph_viewing.html" accesskey="P">Prev</a></td>

        <td width="34%" align="center" valign="top"><a href="index.html" accesskey="H">Home</a></td>

        <td width="33%" align="right" valign="top"><a href="realm_permissions.html" accesskey="N">Next</a></td>
      </tr>

      <tr>
        <td width="33%" align="left" valign="top">Viewing Graphs</td>

        <td width="34%" align="center" valign="top"><a href="basics.html" accesskey="U">Up</a></td>

        <td width="33%" align="right" valign="top">Realm Permissions</td>
      </tr>
    </table>
  </div>
</body>
</html>