[erlang-patches] SNMP bugfix to usmUserTable

Lukas Larsson lukas@REDACTED
Thu Aug 23 14:55:01 CEST 2012


Hello,

In the attached patch there are calls to lists:keydelete/2. They should 
be to lists:keydelete/3.

Lukas

On 31/07/12 11:53, Stefan Zegenhagen wrote:
> Dear all,
>
> usmUserTable suffers from the problem that it doesn't support creating
> new users (by cloning them) and changing their passwords in the same
> operation.
>
> This is allowed by the MIB definition, and some SNMP test suites do
> exactly that numerous times when they check the correctness of SNMPv3
> support. SNMP managers might also make use of that feature.
>
> The patch attached to this e-mail solves the issue and allows SNMPv3
> user creation to succeed if all required information is passed to the
> agent in a single SNMP set request.
>
> Kind regards,
>
>
>
> _______________________________________________
> erlang-patches mailing list
> erlang-patches@REDACTED
> http://erlang.org/mailman/listinfo/erlang-patches

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-patches/attachments/20120823/b236fd99/attachment.htm>


More information about the erlang-patches mailing list