Changeset 1043 for pykota/trunk/README

Show
Ignore:
Timestamp:
06/25/03 21:52:31 (21 years ago)
Author:
jalet
Message:

Should be ready for testing :-)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/README

    r1034 r1043  
    3131 
    3232        - Supports both CUPS and LPRng backends. 
     33         
     34        - Can store quota information either with PostgreSQL or with  
     35          OpenLDAP. 
    3336         
    3437        - Per printer user and group quotas. 
     
    146149    - Python v2.1 or above 
    147150    - eGenix' mxDateTime Python extension 
    148     - PostgreSQL's PygreSQL Python extension and the PostgreSQL client 
    149       libraries. 
    150151    - SNMP tools (specifically the snmpget command) if you plan to 
    151152      request your printer's lifetime page counter via SNMP. 
    152153    - Netatalk (specifically the pap command) if you plan to 
    153154      request your printer's lifetime page counter via AppleTalk. 
     155    - PostgreSQL's PygreSQL Python extension and the PostgreSQL client 
     156      libraries if you plan to use PostgreSQL as the Quota Storage 
     157      backend. 
     158 or      
     159    - python-ldap Python module and the OpenLDAP client libraries   
     160      if you plan to use OpenLDAP as the Quota Storage backend. 
    154161     
    155162  You need to have the following tools installed on the Quota Storage   
     
    158165    - PostgreSQL 
    159166     
    160   PygreSQL and the PostgreSQL client libraries's versions on the Print 
     167  or   
     168   
     169    - OpenLDAP 
     170     
     171  PygreSQL and the PostgreSQL client libraries' versions on the Print 
    161172  Server must match the PostgreSQL version used on the Quota Storage  
     173  Server. 
     174   
     175or   
     176 
     177  python-ldap and the OpenLDAP client libraries' versions on the Print 
     178  Server must match the OpenLDAP version used on the Quota Storage  
    162179  Server. 
    163180