Changeset 783 for pykota/trunk/conf/pykota.conf.sample
- Timestamp:
- 02/10/03 09:19:57 (22 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/conf/pykota.conf.sample
r782 r783 58 58 # snmp(public, 43.10.2.1.4.1.1) 59 59 # 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) 61 external(snmpget -c public -Ov %(printer)s 43.10.2.1.4.1.1 | cut -f 2,2 -d " ") 63 62 # 64 63 # Default policy for inexistant users (e.g. root)