1 Patch developed inhouse, submitted upstream.
3 https://sourceforge.net/p/net-snmp/bugs/2940/
4 --- net-snmp-5.9.4/net-snmp-create-v3-user.in.orig
5 +++ net-snmp-5.9.4/net-snmp-create-v3-user.in
7 if test "x$xpassphrase" = "x" ; then
8 line="createUser $user $Aalgorithm \"$apassphrase\" $Xalgorithm"
10 - line="createUser $user $Aalgorithm \"$apassphrase\" $Xalgorithm \"$xpassphrase\""
11 + line="createUser $user $Aalgorithm \"$apassphrase\" $Xalgorithm $xpassphrase
13 echo "adding the following line to $outfile:"