Show
Ignore:
Timestamp:
03/25/06 22:21:30 (18 years ago)
Author:
jerome
Message:

Changed the behavior of the overwrite_jobticket directive : it's now
impossible to overwrite the username when the job has to be denied
or cancelled (although for cancelled I'm not sure if this is a good
or a bad idea).

Files:
1 modified

Legend:

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

    r2777 r2803  
    378378#    USERNAME=the_username_we_want_to_overwrite_with 
    379379#    BILLINGCODE=the_billingcode_we_want_to_overwrite_with 
     380#    AUTH=NO (equivalent to DENY below) 
    380381#    DENY  
    381382#    CANCEL 
     
    388389# If only BILLINGCODE= lines are printed, the username is 
    389390# used unchanged. 
    390 # If DENY or CANCEL is output, but is followed by new USERNAME= or 
    391 # BILLINGCODE= lines, the job is not denied nor cancelled. 
     391# If DENY or CANCEL is output, the username can't be overwritten. 
    392392# 
    393393# This value can be set either globally or on a per printer basis