Changeset 1197

Show
Ignore:
Timestamp:
11/20/03 23:04:20 (20 years ago)
Author:
jalet
Message:

Bad example on external policy. Now fixed.

Location:
pykota/trunk
Files:
2 modified

Legend:

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

    r1196 r1197  
    340340# if he is unknown. Example : 
    341341#  
    342 #       policy: external(/usr/bin/edpykota --add --printer %(printer)s --softlimit 50 --hardlimit 60 %(user)s >/dev/null)  
     342#       policy: external(/usr/bin/edpykota --add --printer %(printername)s --softlimit 50 --hardlimit 60 %(username)s >/dev/null)  
    343343# 
    344344# Of course you can launch any command of your choice with this, e.g. : 
    345345# 
    346 #       policy: external(/usr/local/bin/myadminscript.sh %(user)s >/dev/null) 
     346#       policy: external(/usr/local/bin/myadminscript.sh %(username)s >/dev/null) 
    347347 
    348348# You can use : 
  • pykota/trunk/CREDITS

    r1194 r1197  
    7373    - Charl W. M�r - University of Stellenbosch : LDAP testing 
    7474    - Dennis Romero L. : Spanish translation 
     75    - Daniel Mikkelsen : Sample configuration file fix 
    7576 
    7677==============================================================