Changeset 783 for pykota/trunk/conf

Show
Ignore:
Timestamp:
02/10/03 09:19:57 (21 years ago)
Author:
jalet
Message:

tell ConfigParser? to return raw data, this allows our own strings
interpolations in the requester

Files:
1 modified

Legend:

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

    r782 r783  
    5858#     snmp(public, 43.10.2.1.4.1.1) 
    5959# are equivalent 
    60 # WARNING : external doesn't work yet because of ConfigParser  
    61 # which tries to do the %(printer)s substitution itself 
    62 requester: snmp(public, 43.10.2.1.4.1.1) 
     60# requester: snmp(public, 43.10.2.1.4.1.1) 
     61external(snmpget -c public -Ov %(printer)s 43.10.2.1.4.1.1 | cut -f 2,2 -d " ") 
    6362# 
    6463# Default policy for inexistant users (e.g. root)