- Timestamp:
- 03/03/04 20:35:36 (21 years ago)
- Location:
- pykota/trunk
- Files:
-
- 3 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/docs/filterpykota.sgml
r1187 r1386 82 82 computes the values' difference so accounting is done immediately. This way it doesn't let open a window for abuse in the case 83 83 several printers are managed. That's why the use of <application>cupspykota</application> 84 instead of <application>pykota</application> is recomm anded with CUPS.84 instead of <application>pykota</application> is recommended with CUPS. 85 85 </para> 86 86 … … 108 108 109 109 $Log$ 110 Revision 1.9 2004/03/03 19:35:36 jalet 111 Spelling problem. Thanks to Jurandy Martins 112 110 113 Revision 1.8 2003/11/15 14:59:53 jalet 111 114 Documentation wrt the new CUPS backend. -
pykota/trunk/SECURITY
r1267 r1386 20 20 ==================================================================== 21 21 22 These recomm andations are there because as of April 28th 200322 These recommendations are there because as of April 28th 2003 23 23 PyKota doesn't enforce them. You may or may not follow them, 24 24 depending on your user's IT knowledge, how much your trust them, … … 90 90 read/write access and another user with read-only access to 91 91 the Print Quota Database. PyKota doesn't set any passwords 92 for these users though, but doing it is recomm anded, and92 for these users though, but doing it is recommended, and 93 93 explained elsewhere in PyKota's documentation. 94 94 -
pykota/trunk/setup.py
r1360 r1386 24 24 # 25 25 # $Log$ 26 # Revision 1.37 2004/03/03 19:35:36 jalet 27 # Spelling problem. Thanks to Jurandy Martins 28 # 26 29 # Revision 1.36 2004/02/25 15:10:38 jalet 27 30 # Preliminary snmpprinterstatus command added. … … 316 319 317 320 # Say something about caching mechanism and disabling job history 318 sys.stdout.write("You can now activate the database caching mechanism\nwhich is disabled by default.\nIt is especially recomm anded with the LDAP backend.\n")321 sys.stdout.write("You can now activate the database caching mechanism\nwhich is disabled by default.\nIt is especially recommended with the LDAP backend.\n") 319 322 sys.stdout.write("You can now disable the preservation of the complete\njob history which is enabled by default.\nIt is probably more useful with the LDAP backend.\n") 320 323 sys.stdout.write("PLEASE LOOK AT THE SAMPLE CONFIGURATION FILE conf/pykota.conf.sample\n")