blob: e25e39e049e81dae03cc614ee63214b482b898a3 [file] [log] [blame]
#!/bin/sh
. ../support/simple_eval_tools.sh
HEADER snmptrapd authorization failure of non authorized users
#
# Begin test
#
CONFIGTRAPD createUser testuser
CONFIGTRAPD authuser log testuser noAuthNoPriv
CONFIGTRAPD agentxsocket /dev/null
STARTTRAPD
CAPTURE "snmptrap -Ci -t $SNMP_SLEEP -d -v 3 -u nottestuser -l nanp $SNMP_TRANSPORT_SPEC:$SNMP_TEST_DEST$SNMP_SNMPTRAPD_PORT 0 .1.3.6.1.6.3.1.1.5.1 system.sysContact.0 s blah"
STOPTRAPD
CHECKTRAPDCOUNT 0 "coldStart"
FINISHED