Changeset 2392 for pykota/trunk/conf

Show
Ignore:
Timestamp:
07/28/05 16:54:08 (19 years ago)
Author:
jerome
Message:

Better describes the functionnality of the overwrite_jobticket directive.

Files:
1 modified

Legend:

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

    r2385 r2392  
    310310# Should we launch a command to overwrite the job's ticket ? 
    311311# This allows a command to overwrite the username and/or the 
    312 # billing code used. 
     312# billing code used, or to deny the job. 
    313313# If unset no command is launched and the job's username and 
    314314# billing code are used as they are received. 
    315 # If set, the command is launched. 
    316315# To overwrite the job's ticket, the command has to print 
    317316# on its standard output one or more of the following lines, 
     
    320319#    USERNAME=the_username_we_want_to_overwrite_with 
    321320#    BILLINGCODE=the_billingcode_we_want_to_overwrite_with 
     321#    DENY  
    322322# 
    323323# NB : the output is entirely read, and the latest value 
     
    328328# If only BILLINGCODE= lines are printed, the username is 
    329329# used unchanged. 
     330# If DENY is output, but is followed by new USERNAME= or 
     331# BILLINGCODE= lines, the job is not denied. 
    330332# 
    331333# This value can be set either globally or on a per printer basis