Changeset 1759 for pykota/trunk/conf

Show
Ignore:
Timestamp:
09/30/04 13:22:30 (20 years ago)
Author:
jalet
Message:

Extends the PATH and doesn't use absolute path anymore to launch edpykota.

Files:
1 modified

Legend:

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

    r1757 r1759  
    481481#  
    482482#   policy: external(/usr/bin/edpykota --add --printer %(printername)s --softlimit 50 --hardlimit 60 %(username)s >/dev/null)  
     483# 
     484# NB : If you want to limit users by their account balance value, it is preferable to 
     485# use the following policy to automate user account creation on first print : 
     486# 
     487#   policy: external(/usr/bin/autopykota --initbalance 25.0 >/dev/null)  
     488# 
     489#   This will automatically add the user if he doesn't already exist, and 
     490#   set his initial balance value to 25.0 (for example). If the user already  
     491#   exists then his balance value will not be modified.  
     492#   Please don't use autopykota if you want to limit your users by page 
     493#   quota, and in any case, carefully read autopykota's help or manpage 
     494#   and understand its goal before using it in your own configuration. 
    483495# 
    484496# Of course you can launch any command of your choice with this, e.g. :