root / pykota / trunk / docs / edpykota.sgml @ 3413

Revision 3413, 2.1 kB (checked in by jerome, 16 years ago)

Removed unnecessary spaces at EOL.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
RevLine 
[753]1<!-- $Id$ -->
2
3<chapter>
[2833]4  <title id="edpykota">Manage Print Quotas with edpykota</title>
[865]5  <para>Last modified on $Date$</para>
[3413]6
[753]7  <para>
[2237]8    You'll use this tool to create, manage or delete print quota entries for users
9    or users groups on printers or printers groups.
10  </para>
[3413]11
[2237]12  <para>
13    By default, before being allowed to print through <application>PyKota</application>,
14    an user must exist in the database and have a print quota entry on every printer
[2833]15    he should be allowed to use. As seen in the previous chapter, the simplest way to add an user named <literal>jerome</literal> to the database is
[2237]16    to type :
[3413]17<screen>
[2833]18$ pkusers --add jerome
[2237]19</screen>
[2833]20
21    But this is not sufficient to allow user <literal>jerome</literal> to print. You have to create a print quota entry for <literal>jerome</literal> on all printers
22    he is allowed to print to. The easiest way to do so is to type :
[3413]23<screen>
[2833]24$ edpykota --add jerome
25</screen>
[2237]26  </para>
[3413]27
[2237]28  <para>
[2833]29    The commands above have created user <literal>jerome</literal> in the database, and have automatically
[2237]30    created print quota entries with no limit for this user on all existing printers. This means
31    that user <literal>jerome</literal> is allowed to print without limitation, but that full accounting
32    will still be done for this user : you'll know whenever he prints and how much.
33  </para>
[3413]34
[2237]35  <para>
[2118]36    Here's an incomplete list of features :
[3413]37
[959]38    <itemizedlist>
39      <listitem>
40        <para>
[2833]41          Add and delete users and groups print quota entries ;
[959]42        </para>
43      </listitem>
44      <listitem>
45        <para>
[2833]46          Define, increase or decrease hard and soft page limits for users ou users groups, on a per printer basis ;
[959]47        </para>
48      </listitem>
49      <listitem>
50        <para>
[2833]51          Reset or modify page counters for users or groups, on a per printer basis ;
[959]52        </para>
53      </listitem>
54      <listitem>
55        <para>
[2833]56          List print quota entries ;
[959]57        </para>
58      </listitem>
59    </itemizedlist>
60  </para>
[3413]61
[2237]62  <para>
63    For more details on the use of <command>edpykota</command>, please see this command's manual
64    page or help.
65  </para>
[3413]66
[753]67</chapter>
68
Note: See TracBrowser for help on using the browser.