Show
Ignore:
Timestamp:
02/13/05 23:02:29 (19 years ago)
Author:
jalet
Message:

Big database structure changes. Upgrade script is now included as well as
the new LDAP schema.
Introduction of the -o | --overcharge command line option to edpykota.
The output of repykota is more complete, but doesn't fit in 80 columns anymore.
Introduction of the new 'maxdenybanners' directive.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/conf/pykota.conf.sample

    r2028 r2054  
    610610#                         printers, or "localhost" if not defined or not 
    611611#                         meaningful. 
     612# PYKOTAWARNCOUNT : the number of times the user was forbidden to print but a banner 
     613#                   page was still printed on the current printer.                    
     614# PYKOTAOVERCHARGE : user's overcharging factor. 
     615# 
    612616 
    613617# PreHook : gets executed after being sure the user, printer and user quota 
     
    657661# accountbanner: Both 
    658662 
     663# Maximal number of times the banner will still be printed if 
     664# the user is forbidden to print. 
     665# 
     666# NB : CUPS ONLY FOR NOW ! 
     667#  
     668# This option can be set either globally or on a per printer basis. 
     669# Allowed values are 0 or any positive integer. 
     670# Default value is 0, which means that the banner won't be printed 
     671# at all if the user is forbidden to print. 
     672maxdenybanners: 0 
     673 
    659674# StartingBanner : if defined will print a banner before the rest of the job  
    660675# is printed. The argument can be a printable file, or an executable file.