Show
Ignore:
Timestamp:
02/17/03 23:55:01 (21 years ago)
Author:
jalet
Message:

More options can now be set per printer or globally :

admin
adminmail
gracedelay
requester

the printer option has priority when both are defined.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/pykota/storage.py

    r800 r802  
    1515# 
    1616# $Log$ 
     17# Revision 1.9  2003/02/17 22:55:01  jalet 
     18# More options can now be set per printer or globally : 
     19# 
     20#       admin 
     21#       adminmail 
     22#       gracedelay 
     23#       requester 
     24# 
     25# the printer option has priority when both are defined. 
     26# 
    1727# Revision 1.8  2003/02/17 22:05:50  jalet 
    1828# Storage backend now supports admin and user passwords (untested) 
     
    111121def openConnection(config, asadmin=0) : 
    112122    """Returns a connection handle to the appropriate Quota Storage Database.""" 
    113     (backend, host, database, admin, user) = config.getStorageBackend() 
    114123    backendinfo = config.getStorageBackend() 
    115124    backend = backendinfo["storagebackend"]