1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
2 | <!DOCTYPE chapter PUBLIC |
---|
3 | "-//Dawid Weiss//DTD DocBook V3.1-Based Extension for XML and graphics inclusion//EN" |
---|
4 | "../../../../lib/docbook/preprocess/dweiss-docbook-extensions.dtd"> |
---|
5 | <!-- |
---|
6 | $Id: user_administration.xml 3290 2007-05-04 14:10:27Z martin $ |
---|
7 | |
---|
8 | Copyright (C) Authors contributing to this file. |
---|
9 | |
---|
10 | This file is part of BASE - BioArray Software Environment. |
---|
11 | Available at http://base.thep.lu.se/ |
---|
12 | |
---|
13 | BASE is free software; you can redistribute it and/or |
---|
14 | modify it under the terms of the GNU General Public License |
---|
15 | as published by the Free Software Foundation; either version 2 |
---|
16 | of the License, or (at your option) any later version. |
---|
17 | |
---|
18 | BASE is distributed in the hope that it will be useful, |
---|
19 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
20 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
---|
21 | GNU General Public License for more details. |
---|
22 | |
---|
23 | You should have received a copy of the GNU General Public License |
---|
24 | along with this program; if not, write to the Free Software |
---|
25 | Foundation, Inc., 59 Temple Place - Suite 330, |
---|
26 | Boston, MA 02111-1307, USA. |
---|
27 | --> |
---|
28 | |
---|
29 | <chapter id="user_administration"> |
---|
30 | <?dbhtml dir="user_administration"?> |
---|
31 | <title>Users/groups/roles</title> |
---|
32 | |
---|
33 | <sect1 id="user_administration.users"> |
---|
34 | <title>Users administration</title> |
---|
35 | <para> |
---|
36 | The user list is accessed with |
---|
37 | <menuchoice> |
---|
38 | <guimenu>Administrate</guimenu> |
---|
39 | <guimenuitem>Users</guimenuitem> |
---|
40 | </menuchoice> |
---|
41 | and from here are users' account and contact information managed. |
---|
42 | </para> |
---|
43 | |
---|
44 | <sect2 id="user_administration.users.edit"> |
---|
45 | <title>Edit user</title> |
---|
46 | <para> |
---|
47 | The edit pop-up window is the same for both when creating a new user and when |
---|
48 | editing an existing user. |
---|
49 | </para> |
---|
50 | |
---|
51 | <helptext external_id="user.edit" title="Edit user account"> |
---|
52 | <sect3 id="user_administration.users.edit.account"> |
---|
53 | <title>Account properties</title> |
---|
54 | <para> |
---|
55 | These are the properties for an user account. |
---|
56 | </para> |
---|
57 | <variablelist> |
---|
58 | <varlistentry> |
---|
59 | <term> |
---|
60 | <userinput>Name</userinput> |
---|
61 | </term> |
---|
62 | <listitem> |
---|
63 | <para> |
---|
64 | The full name of the user that is associated with this account. |
---|
65 | (Required) |
---|
66 | </para> |
---|
67 | </listitem> |
---|
68 | </varlistentry> |
---|
69 | <varlistentry> |
---|
70 | <term> |
---|
71 | <userinput>Login</userinput> |
---|
72 | </term> |
---|
73 | <listitem> |
---|
74 | <para> |
---|
75 | A login name to use when logging in to this account. (Required) |
---|
76 | </para> |
---|
77 | </listitem> |
---|
78 | </varlistentry> |
---|
79 | <varlistentry> |
---|
80 | <term> |
---|
81 | <optional> |
---|
82 | <userinput>External ID</userinput> |
---|
83 | </optional> |
---|
84 | </term> |
---|
85 | <listitem> |
---|
86 | <para>Id used identify the user outside BASE. (Optional)</para> |
---|
87 | </listitem> |
---|
88 | </varlistentry> |
---|
89 | <varlistentry> |
---|
90 | <term> |
---|
91 | <userinput>New password</userinput> |
---|
92 | </term> |
---|
93 | <listitem> |
---|
94 | <para> |
---|
95 | This is used together with the login name to log in with this |
---|
96 | account. This is required for a new user or if the password |
---|
97 | should be changed. |
---|
98 | </para> |
---|
99 | </listitem> |
---|
100 | </varlistentry> |
---|
101 | <varlistentry> |
---|
102 | <term> |
---|
103 | <userinput>Retype password</userinput> |
---|
104 | </term> |
---|
105 | <listitem> |
---|
106 | <para> |
---|
107 | Retype the password in <guilabel>New password</guilabel>. |
---|
108 | </para> |
---|
109 | </listitem> |
---|
110 | </varlistentry> |
---|
111 | <varlistentry> |
---|
112 | <term> |
---|
113 | <optional> |
---|
114 | <userinput>Quota</userinput> |
---|
115 | </optional> |
---|
116 | </term> |
---|
117 | <listitem> |
---|
118 | <para>Set disk quota for this account.(Required)</para> |
---|
119 | </listitem> |
---|
120 | </varlistentry> |
---|
121 | <varlistentry> |
---|
122 | <term> |
---|
123 | <optional> |
---|
124 | <userinput>Quota group</userinput> |
---|
125 | </optional> |
---|
126 | </term> |
---|
127 | <listitem> |
---|
128 | <para> |
---|
129 | Set this if the account should belong to a group with specified |
---|
130 | quota.(Optional) |
---|
131 | </para> |
---|
132 | </listitem> |
---|
133 | </varlistentry> |
---|
134 | <varlistentry> |
---|
135 | <term> |
---|
136 | <optional> |
---|
137 | <userinput>Home directory</userinput> |
---|
138 | </optional> |
---|
139 | </term> |
---|
140 | <listitem> |
---|
141 | <para> |
---|
142 | Set the account's home directory. A new directory, either empty |
---|
143 | or from a template, can be created if editing a new |
---|
144 | user.(Optional) |
---|
145 | </para> |
---|
146 | </listitem> |
---|
147 | </varlistentry> |
---|
148 | <varlistentry> |
---|
149 | <term> |
---|
150 | <optional> |
---|
151 | <userinput>Expiration date</userinput> |
---|
152 | </optional> |
---|
153 | </term> |
---|
154 | <listitem> |
---|
155 | <para> |
---|
156 | Define a date in this field if the account should expire on a |
---|
157 | certain day. It will not be possible to log in to BASE after |
---|
158 | this date. Use |
---|
159 | <guibutton>Calendar…</guibutton> |
---|
160 | to pick a date from a calendar-pop-up window.(Optional) |
---|
161 | </para> |
---|
162 | </listitem> |
---|
163 | </varlistentry> |
---|
164 | <varlistentry> |
---|
165 | <term> |
---|
166 | <userinput>Multi-user account</userinput> |
---|
167 | </term> |
---|
168 | <listitem> |
---|
169 | <para> |
---|
170 | This checkbox should be ticked if the account should be used by |
---|
171 | more one user. It will block the users of the account to change |
---|
172 | password, contact information and other personal information. |
---|
173 | </para> |
---|
174 | </listitem> |
---|
175 | </varlistentry> |
---|
176 | <varlistentry> |
---|
177 | <term> |
---|
178 | <userinput>Disabled</userinput> |
---|
179 | </term> |
---|
180 | <listitem> |
---|
181 | <para> |
---|
182 | Ticking this checkbox will disabled the account and it won't be |
---|
183 | possible to use it. |
---|
184 | </para> |
---|
185 | </listitem> |
---|
186 | </varlistentry> |
---|
187 | </variablelist> |
---|
188 | </sect3> |
---|
189 | <para> |
---|
190 | Go to the other tabs if there are any changes to do otherwise press |
---|
191 | <guibutton>Save</guibutton> |
---|
192 | to save the values or |
---|
193 | <guibutton>Cancel</guibutton> |
---|
194 | to abort. |
---|
195 | </para> |
---|
196 | <seeother> |
---|
197 | <other external_id="user.edit.contact">Edit user's contact information</other> |
---|
198 | <other external_id="user.edit.membership">Edit user's membership</other> |
---|
199 | </seeother> |
---|
200 | </helptext> |
---|
201 | <helptext external_id="user.edit.contact" title="Edit user's contact information"> |
---|
202 | <sect3 id="user._administration.users.edit.contact"> |
---|
203 | <title>Contact information</title> |
---|
204 | <para> |
---|
205 | Information how get in contact with the user that is connected to the |
---|
206 | account. All fields on this tab are optional and do not necessarily need to |
---|
207 | have a value. |
---|
208 | </para> |
---|
209 | <variablelist> |
---|
210 | <varlistentry> |
---|
211 | <term> |
---|
212 | <optional> |
---|
213 | <userinput>Email</userinput> |
---|
214 | </optional> |
---|
215 | </term> |
---|
216 | <listitem> |
---|
217 | <para> |
---|
218 | User's email address.There is some verification of the value but |
---|
219 | their is no check if the email really exists. |
---|
220 | </para> |
---|
221 | </listitem> |
---|
222 | </varlistentry> |
---|
223 | <varlistentry> |
---|
224 | <term> |
---|
225 | <optional> |
---|
226 | <userinput>Organisation</userinput> |
---|
227 | </optional> |
---|
228 | </term> |
---|
229 | <listitem> |
---|
230 | <para> |
---|
231 | The company or organisation that the user works for. |
---|
232 | </para> |
---|
233 | </listitem> |
---|
234 | </varlistentry> |
---|
235 | <varlistentry> |
---|
236 | <term> |
---|
237 | <optional> |
---|
238 | <userinput>Address</userinput> |
---|
239 | </optional> |
---|
240 | </term> |
---|
241 | <listitem> |
---|
242 | <para> |
---|
243 | User's address. Use the magnifying glas down to the right, to |
---|
244 | edit this property in a larger window - opened in a pop-up |
---|
245 | window. |
---|
246 | </para> |
---|
247 | </listitem> |
---|
248 | </varlistentry> |
---|
249 | <varlistentry> |
---|
250 | <term> |
---|
251 | <optional> |
---|
252 | <userinput>Phone</userinput> |
---|
253 | </optional> |
---|
254 | </term> |
---|
255 | <listitem> |
---|
256 | <para> |
---|
257 | User's phone number(s) |
---|
258 | <note> |
---|
259 | <para> |
---|
260 | There is no special field for mobile phone, but it works |
---|
261 | fine to put more then one number in this field. |
---|
262 | </para> |
---|
263 | </note> |
---|
264 | </para> |
---|
265 | </listitem> |
---|
266 | </varlistentry> |
---|
267 | <varlistentry> |
---|
268 | <term> |
---|
269 | <optional> |
---|
270 | <userinput>Fax</userinput> |
---|
271 | </optional> |
---|
272 | </term> |
---|
273 | <listitem> |
---|
274 | <para>User's fax number.</para> |
---|
275 | </listitem> |
---|
276 | </varlistentry> |
---|
277 | <varlistentry> |
---|
278 | <term> |
---|
279 | <optional> |
---|
280 | <userinput>Url</userinput> |
---|
281 | </optional> |
---|
282 | </term> |
---|
283 | <listitem> |
---|
284 | <para>Fill in any URL associated with the user here.</para> |
---|
285 | </listitem> |
---|
286 | </varlistentry> |
---|
287 | <varlistentry> |
---|
288 | <term> |
---|
289 | <optional> |
---|
290 | <userinput>Description</userinput> |
---|
291 | </optional> |
---|
292 | </term> |
---|
293 | <listitem> |
---|
294 | <para> |
---|
295 | Other useful contact information or description about the user should be |
---|
296 | written in this field. Use the magnifying glass to edit the information in |
---|
297 | a pop-up window with a larger text-area. |
---|
298 | </para> |
---|
299 | </listitem> |
---|
300 | </varlistentry> |
---|
301 | </variablelist> |
---|
302 | </sect3> |
---|
303 | <para> |
---|
304 | Go to the other tabs if there are any changes to do otherwise press |
---|
305 | <guibutton>Save</guibutton> |
---|
306 | to save the values or |
---|
307 | <guibutton>Cancel</guibutton> |
---|
308 | to abort. |
---|
309 | </para> |
---|
310 | <seeother> |
---|
311 | <other external_id="user.edit">Edit account</other> |
---|
312 | <other external_id="user.edit.membership">Edit user's membership</other> |
---|
313 | </seeother> |
---|
314 | </helptext> |
---|
315 | |
---|
316 | <helptext external_id="user.edit.membership" title="Edit user's membership"> |
---|
317 | <sect3 id="user_administration.users.edit.membership"> |
---|
318 | <title>User's membership</title> |
---|
319 | <para></para> |
---|
320 | <sect4 id="user_administration.users.edit.membership.change"> |
---|
321 | <title>Add or remove membership</title> |
---|
322 | <para > |
---|
323 | An user's membership in groups and roles can be set on this tab. The |
---|
324 | membership can also be changed by adding/removing the user to/from a |
---|
325 | group's/role's list of members that is described in |
---|
326 | <link linkend="user_administration.groups.edit">edit group</link> |
---|
327 | and |
---|
328 | <link linkend="user_administration.roles.edit">edit role</link> |
---|
329 | </para> |
---|
330 | <para> |
---|
331 | Use |
---|
332 | <guibutton>Add groups…</guibutton> |
---|
333 | or |
---|
334 | <guibutton>Add roles…</guibutton> |
---|
335 | to add a membership in a group or a role. Mark the checkboxes for those |
---|
336 | groups or roles that the user should become a member in. |
---|
337 | </para> |
---|
338 | <para> |
---|
339 | Use |
---|
340 | <guibutton>Remove</guibutton> |
---|
341 | to delete membership(s) from selected groups/roles in the list. The |
---|
342 | selected items will disappear from the list of memberships. |
---|
343 | </para> |
---|
344 | </sect4> |
---|
345 | </sect3> |
---|
346 | <para> |
---|
347 | Go to the other tabs if there are any changes to do otherwise press |
---|
348 | <guibutton>Save</guibutton> |
---|
349 | to save the values or |
---|
350 | <guibutton>Cancel</guibutton> |
---|
351 | to abort. |
---|
352 | </para> |
---|
353 | <seeother> |
---|
354 | <other external_id="user.edit">Edit account</other> |
---|
355 | <other external_id="user.edit.contact">Edit user's contact information</other> |
---|
356 | </seeother> |
---|
357 | </helptext> |
---|
358 | </sect2> |
---|
359 | </sect1> |
---|
360 | |
---|
361 | <sect1 id="user_administration.groups"> |
---|
362 | <title>Groups administration</title> |
---|
363 | <para></para> |
---|
364 | |
---|
365 | <sect2 id="user_administration.groups.edit"> |
---|
366 | <title>Edit group</title> |
---|
367 | <para></para> |
---|
368 | <helptext external_id="group.edit" title="Edit group"> |
---|
369 | <sect3 id="user_administration.groups.edit.properties"> |
---|
370 | <title>Properties</title> |
---|
371 | <variablelist> |
---|
372 | <varlistentry> |
---|
373 | <term> |
---|
374 | <userinput>Name</userinput> |
---|
375 | </term> |
---|
376 | <listitem> |
---|
377 | <para>Group's name.(Required)</para> |
---|
378 | </listitem> |
---|
379 | </varlistentry> |
---|
380 | <varlistentry> |
---|
381 | <term> |
---|
382 | <optional> |
---|
383 | <userinput>Description</userinput> |
---|
384 | </optional> |
---|
385 | </term> |
---|
386 | <listitem> |
---|
387 | <para> |
---|
388 | Description about the group. The magifying glass, down to the |
---|
389 | right, can be used to open the text in a larger text area. |
---|
390 | </para> |
---|
391 | </listitem> |
---|
392 | </varlistentry> |
---|
393 | <varlistentry> |
---|
394 | <term> |
---|
395 | <optional> |
---|
396 | <userinput>Quota</userinput> |
---|
397 | </optional> |
---|
398 | </term> |
---|
399 | <listitem> |
---|
400 | <para> |
---|
401 | With this property it's possible to limit the quota of total |
---|
402 | disk space for the group members. Select |
---|
403 | <guilabel>-none-</guilabel> |
---|
404 | from the dropdown list if the group shouldn't be a quota group. |
---|
405 | There are some presets of quotas that comes with the BASE2 |
---|
406 | installation, besides a couple with different size of total disk |
---|
407 | space there are one called |
---|
408 | <guilabel>No quota</guilabel> |
---|
409 | and one with |
---|
410 | <guilabel>Unlimited quota</guilabel> |
---|
411 | . The names speak for them self. |
---|
412 | </para> |
---|
413 | </listitem> |
---|
414 | </varlistentry> |
---|
415 | </variablelist> |
---|
416 | </sect3> |
---|
417 | <para> |
---|
418 | Go to the other tab, |
---|
419 | <guilabel>Members</guilabel> |
---|
420 | , if there are any changes to do otherwise press |
---|
421 | <guibutton>Save</guibutton> |
---|
422 | to save the values or |
---|
423 | <guibutton>Cancel</guibutton> |
---|
424 | to abort. |
---|
425 | </para> |
---|
426 | <seeother> |
---|
427 | <other external_id="group.edit.membership">Edit group members</other> |
---|
428 | </seeother> |
---|
429 | </helptext> |
---|
430 | |
---|
431 | <helptext external_id="group.edit.membership" title="Edit group members"> |
---|
432 | <sect3 id="user_administration.groups.edit.members"> |
---|
433 | <title>Group members</title> |
---|
434 | <para> |
---|
435 | The members in a group can be both users and other groups. Group members |
---|
436 | have access to those items that are shared to the group. Each user in the |
---|
437 | group can choose to share their own items to one or more of the other |
---|
438 | members or to the whole group. |
---|
439 | </para> |
---|
440 | <sect4 id="user_administration.groups.edit.members.change"> |
---|
441 | <title>Members</title> |
---|
442 | <para> |
---|
443 | The members of a group are displayed in the members listbox. Press Save |
---|
444 | to save the settings or Cancel to abort and discard the changes. |
---|
445 | |
---|
446 | Add users/groups Click on either Add users... - to add users or Add |
---|
447 | groups... - to add whole groups to the member list. This will open a |
---|
448 | popup window where the new members can be selected. |
---|
449 | |
---|
450 | Remove members Removing a member from a group are done by first |
---|
451 | selecting one or more member in the list and then press Remove. |
---|
452 | </para> |
---|
453 | </sect4> |
---|
454 | </sect3> |
---|
455 | <para> |
---|
456 | Go to the other tab, |
---|
457 | <guilabel>Group</guilabel> |
---|
458 | , if there are any changes to do otherwise press |
---|
459 | <guibutton>Save</guibutton> |
---|
460 | to save the values or |
---|
461 | <guibutton>Cancel</guibutton> |
---|
462 | to abort. |
---|
463 | </para> |
---|
464 | <seeother> |
---|
465 | <other external_id="group.edit">Edit group properties</other> |
---|
466 | </seeother> |
---|
467 | </helptext> |
---|
468 | </sect2> |
---|
469 | |
---|
470 | </sect1> |
---|
471 | |
---|
472 | <sect1 id="user_administration.roles"> |
---|
473 | <title>Roles administration</title> |
---|
474 | <para></para> |
---|
475 | |
---|
476 | <sect2 id="user_administration.roles.edit"> |
---|
477 | <title>Edit role</title> |
---|
478 | <para></para> |
---|
479 | </sect2> |
---|
480 | </sect1> |
---|
481 | |
---|
482 | <sect1 id="user_administration.quota"> |
---|
483 | <title>Disk space/quota</title> |
---|
484 | <para></para> |
---|
485 | </sect1> |
---|
486 | </chapter> |
---|