Changeset 1783 for pykota/trunk
- Timestamp:
- 10/06/04 12:03:16 (20 years ago)
- Location:
- pykota/trunk/docs
- Files:
-
- 1 added
- 5 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/docs/dumpykota.sgml
r1744 r1783 14 14 <para> 15 15 <application>dumpykota</application> can export <application>PyKota</application> 16 datas in a number of formats. As of September 27th 2004, output formats are 17 comma separated values, semicolon separated values, and tab separated values. 18 More formats, different, are planned : <acronym>XML</acronym>, <acronym>SQL</acronym>, 19 and <acronym>LDIF</acronym> are planned, but are currently not implemented. 16 datas in a number of formats. The supported output formats are 17 comma separated values, semicolon separated values, tab separated values, and <acronym>XML</acronym>. 18 More formats may be added in the future. In particular, 19 <acronym>SQL</acronym> and <acronym>LDIF</acronym> are planned, but 20 are currently not implemented. 20 21 </para> 21 22 … … 53 54 <title>Warning</title> 54 55 <para> 55 Contrary to the <application>repykota</application> command, <application>dumpykota</application> 56 doesn't currently limit which datas can be exported by normal users, so please take 57 care to not allow normal users to read the <filename>/etc/pykota/pykota.conf</filename> 58 file or to execute the <application>dumpykota</application> command if you don't 59 want to expose possibly sensitive datas. 56 Only <application>PyKota</application> administrators can dump PyKota's datas. 60 57 </para> 61 58 </warning> … … 72 69 <arg>--format <replaceable>outputformat</replaceable></arg> 73 70 </group> 71 <group choice="opt"> 72 <arg>-o <replaceable>filename</replaceable></arg> 73 <arg>--output <replaceable>filename</replaceable></arg> 74 </group> 74 75 <group choice="req"> 75 76 <arg>-d <replaceable>datatype</replaceable></arg> … … 84 85 85 86 $Log$ 87 Revision 1.2 2004/10/06 10:03:16 jalet 88 Improved documentation 89 86 90 Revision 1.1 2004/09/27 08:19:14 jalet 87 91 Wrote some doc for dumpykota -
pykota/trunk/docs/installation.sgml
r1612 r1783 29 29 have to decompress and visit its archive, to do so just type the following commands : 30 30 <screen> 31 jerome@nordine:~$ tar -zxf pykota-1. 19_official.tar.gz32 jerome@nordine:~$ cd pykota-1. 19_official33 jerome@nordine:~/pykota-1. 19_official$31 jerome@nordine:~$ tar -zxf pykota-1.20_official.tar.gz 32 jerome@nordine:~$ cd pykota-1.20_official 33 jerome@nordine:~/pykota-1.20_official$ 34 34 </screen> 35 35 </para> … … 143 143 A Quota Storage read-only user is also created under the name of <literal>pykotauser</literal>. 144 144 This read-only user is used by <application>PyKota</application> to connect to the 145 Quota Storage when a non-root user launches a pykota command. This prevents normal 145 Quota Storage when an user who is not a <application>PyKota</application> administrator 146 <footnote><para>a <application>PyKota</application> administrator is an user who can read the <filename>/etc/pykota/pykotadmin.conf</filename> file.</para></footnote> 147 launches a pykota command. This prevents normal 146 148 users from being able to modify their own, or other users', quota information. 147 149 The database which will be created will be named <literal>pykota</literal> by default. … … 165 167 From a command line interpreter (i.e. shell), type the following commands : 166 168 <screen> 167 jerome@nordine:~$ cd pykota-1. 19_official/initscripts/postgresql168 jerome@nordine:~/pykota-1. 19_official/initscripts$ psql -h localhost -U postgres template1169 jerome@nordine:~$ cd pykota-1.20_official/initscripts/postgresql 170 jerome@nordine:~/pykota-1.20_official/initscripts$ psql -h localhost -U postgres template1 169 171 Welcome to psql, the PostgreSQL interactive terminal. 170 172 … … 197 199 ALTER USER 198 200 pykota=# \q 199 jerome@nordine:~/pykota-1. 19_official/initscripts/postgresql$201 jerome@nordine:~/pykota-1.20_official/initscripts/postgresql$ 200 202 </screen> 201 203 </para> … … 585 587 $ chmod 640 /etc/pykota/pykotadmin.conf 586 588 </screen> 587 </para> 589 590 <warning> 591 <title>Warning</title> 592 <para> 593 All the users allowed to read the <filename>/etc/pykota/pykotadmin.conf</filename> 594 are considered to be <application>PyKota</application> administrators. So be 595 careful with these files permissions. 596 </para> 597 </warning> 598 </para> 599 588 600 589 601 <para> … … 725 737 726 738 $Log$ 739 Revision 1.28 2004/10/06 10:03:16 jalet 740 Improved documentation 741 727 742 Revision 1.27 2004/07/21 09:39:03 jalet 728 743 LPRng documentation -
pykota/trunk/docs/pykota.sgml
r1744 r1783 12 12 <!entity PYKOSD system "pykosd.sgml"> 13 13 <!entity DUMPYKOTA system "dumpykota.sgml"> 14 <!entity AUTOPYKOTA system "autopykota.sgml"> 14 15 <!entity GNUGPL system "gnugpl.sgml"> 15 16 … … 112 113 113 114 &EDPYKOTA; 115 116 &AUTOPYKOTA; 114 117 115 118 &REPYKOTA; … … 134 137 135 138 $Log$ 139 Revision 1.15 2004/10/06 10:03:16 jalet 140 Improved documentation 141 136 142 Revision 1.14 2004/09/27 08:19:14 jalet 137 143 Wrote some doc for dumpykota -
pykota/trunk/docs/repykota.sgml
r1287 r1783 20 20 21 21 <para> 22 <application>repykota</application> behaves differently when it is launched by the23 < literal>root</literal> user, compared to when it is launched by a normal user.22 <application>repykota</application> behaves differently when it is launched by a 23 <application>PyKota</application> administrator, compared to when it is launched by a normal user. 24 24 </para> 25 25 … … 152 152 153 153 $Log$ 154 Revision 1.8 2004/10/06 10:03:16 jalet 155 Improved documentation 156 154 157 Revision 1.7 2004/01/12 23:10:35 jalet 155 158 PyKota 1.16beta1 is finally out. -
pykota/trunk/docs/warnpykota.sgml
r1101 r1783 35 35 36 36 <para> 37 When a non-root user launches this command, only him can receive a warning37 When an user who is not a <application>PyKota</application> administrator launches this command, only him can receive a warning 38 38 message. He can specify a printer name's filter to check his quota only 39 on specific printers. If a no n-root usersuses the <literal>--groups</literal> command line39 on specific printers. If a normal user uses the <literal>--groups</literal> command line 40 40 argument, then for each group he is a member of in the Quota Storage, each 41 41 group member may receive a warning message. You can take care of this if this … … 45 45 46 46 <para> 47 The <literal>root</literal> usercan pass additionnal user or group names47 <application>PyKota</application> administrators can pass additionnal user or group names 48 48 (or wildcard filters) to only check the users or groups whose name matches. 49 49 </para> … … 76 76 77 77 $Log$ 78 Revision 1.6 2004/10/06 10:03:16 jalet 79 Improved documentation 80 78 81 Revision 1.5 2003/07/25 13:10:58 jalet 79 82 Improved documentation