> OK, so I found the problem. > Silly me, I was using net-snmp-config to create V3 users. > It adds a line using "rwUser", with a capital "U". > Line should be "rwuser" with a lowercase "u".
Strange. I thought that config directives were meant to be case insensitive? In any case, the "net-snmp-config" script ought to be generating something that works! <tap, tap, tap> Aha! The main handling of configure directives is case insensitive, but the internal checks within "vacm_parse_simple" are not! I'm not sure why the net-snmp-config script was doing that, though. I've checked the source, and it's had "rwuser" right from the very start. Dave ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Net-snmp-coders mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
