Hi,
I previously asked this question on irc, tanders pointed me here.

When launching snmptrapd (5.4) I get following error message:

snmptrapd[29559]: Warning: no access control information configured. 
It's unlikely this agent can serve any useful purpose in this state. 
Run "snmpconf -g basic_setup" to help you configure the snmptrapd.conf 
file for this agent.

My snmptrapd.conf includes the directive 'disableAuthorization yes'.

The error message comes from agent/mibgroup/mibII/vacm_conf.c line 1121 
that looks like:

        if (MASTER_AGENT == agent_mode)

I believe this line should look like:

        if ((MASTER_AGENT == agent_mode) && (strcmp(name, "snmptrapd"))

since there is a specific check handling snmptrapd and checking the 
NETSNMP_DS_APP_NO_AUTHORIZATION boolean a few lines down in the code.

//Gustaf

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Net-snmp-coders mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to