Changeset 2308 for pykota/trunk/conf

Show
Ignore:
Timestamp:
06/10/05 22:39:13 (19 years ago)
Author:
jerome
Message:

Extended syntax for the denyduplicates directive : it now
allows any external command to be launched, which will decide
if the dupes should be allowed or not.

Files:
1 modified

Legend:

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

    r2307 r2308  
    851851#      one just after the other. 
    852852# 
    853 # Possible values are 'yes' and 'no' 
    854 # 
     853# Possible values are 'yes', 'no', or any other string. 
     854# If the string is not recognized as a truth value, 
     855# it is considered to be a command to launch.  
     856# PyKota launches the command and parses its standard 
     857# output. The special keywords 'ALLOW' and 'DENY' are 
     858# recognized, allowing an external tool to decide if 
     859# the job is to be allowed or denied.  
     860# 
     861# denyduplicates : /usr/bin/myowncommand with some arguments 
     862# denyduplicates : yes 
    855863denyduplicates : no 
    856864