Changeset 2930

Show
Ignore:
Timestamp:
06/09/06 18:31:39 (18 years ago)
Author:
jerome
Message:

Gives an example on how to overwrite the job's billing code.

Files:
1 modified

Legend:

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

    r2900 r2930  
    466466# If only BILLINGCODE= lines are printed, the username is 
    467467# used unchanged. 
    468 # If DENY or CANCEL is output, the username can't be overwritten. 
     468# If DENY or CANCEL is output, neither the username nor the 
     469# billing code can be overwritten. 
    469470# 
    470471# This value can be set either globally or on a per printer basis 
     
    473474# examples : 
    474475#  
    475 # overwrite_jobticket : /usr/bin/pknotify --destination $PYKOTAJOBORIGINATINGHOSTNAME:7654 --timeout 180 --denyafter 3 --checkauth --ask "Username:username:$PYKOTAUSERNAME" "Password:password:" 
     476# overwrite_jobticket : /usr/bin/pknotify --destination $PYKOTAJOBORIGINATINGHOSTNAME:7654 --timeout 180 --denyafter 3 --checkauth --ask "Username:username:$PYKOTAUSERNAME" "Password:password:" "Billing code:billingcode:$PYKOTAJOBBILLING" 
    476477# overwrite_jobticket : /path/to/some/script/or/command 
    477478