Show
Ignore:
Timestamp:
02/16/05 01:29:33 (19 years ago)
Author:
jalet
Message:

Fixed the maxdenybanners directive.
Introduced the denyduplicates directive.
Fixed some database related glitches.

Files:
1 modified

Legend:

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

    r2062 r2066  
    755755# SOFTWARE. 
    756756trustjobsize : yes 
     757 
     758# Should we deny duplicate jobs ? 
     759# 
     760# A duplicate is a job sent twice (or more) in a row to the same printer 
     761# by the same user. 
     762# 
     763# This can be defined either globally or on a per printer basis 
     764# The default value is 'no', meaning that duplicate jobs are 
     765# allowed. 
     766# 
     767# NB : if an user prints a job, a second user prints another 
     768#      job, and the first user prints the first job again, 
     769#      this is NOT considered as a duplicate since the two 
     770#      identical jobs printed by the first user are not 
     771#      one just after the other. 
     772# 
     773# Possible values are 'yes' and 'no' 
     774# 
     775denyduplicates : no 
     776