Re: create SNMPv3 user with hashed password

2010-02-10 Thread Dave Shield
On 10 February 2010 02:45, EYRE Bernadette wrote: > Hello Dave, Please address queries to the list as a whole - not to me personally. I am *not* the sole support for this project (though it sometimes feels like it!) > Is it possible to create snmpv3 user with hashed password rather than > clear

RE: create SNMPv3 user with hashed password

2010-02-11 Thread EYRE Bernadette
ase let me know Thanks, Bernadette -Original Message- From: dave.shi...@googlemail.com [mailto:dave.shi...@googlemail.com] On Behalf Of Dave Shield Sent: Wednesday, February 10, 2010 1:15 AM To: EYRE Bernadette Cc: net-snmp-coders@lists.sourceforge.net Subject: Re: create SNMPv3 user with hashed passwo

Re: create SNMPv3 user with hashed password

2010-02-12 Thread Dave Shield
On 12 February 2010 02:36, EYRE Bernadette wrote: > I'm using net-snmp 5.4.2.1 version on linux. > I read the docs, manual pages, looked at library snmpusm.c and snmpusm.c > code in apps dir but I can't make -m option work. > I want to supply an already (MD5) hashed value instead of clear text >

Re: create SNMPv3 user with hashed password

2010-02-12 Thread Wes Hardaker
> On Fri, 12 Feb 2010 13:22:29 +, Dave Shield > said: DS> My gut feeling is that you are confusing the common SNMP command DS> options with the USM-specific sub-command options. These are DS> different (I believe). In short: 1) All the options you need to authenticate/etc the SNMP

RE: create SNMPv3 user with hashed password

2010-02-12 Thread EYRE Bernadette
Shield Cc: EYRE Bernadette; net-snmp-coders@lists.sourceforge.net Subject: Re: create SNMPv3 user with hashed password >>>>> On Fri, 12 Feb 2010 13:22:29 +, Dave Shield said: DS> My gut feeling is that you are confusing the common SNMP command DS> options with the USM-specifi

Re: create SNMPv3 user with hashed password

2010-02-16 Thread Wes Hardaker
> On Fri, 12 Feb 2010 14:06:31 -0600, "EYRE Bernadette" > said: EB> Wes, if you are using snmpusm command and you have already created the EB> user and you want to change the password and provide the new password in EB> hashed format, not in clear passphrase format, EB> how would you do

RE: create SNMPv3 user with hashed password

2010-02-16 Thread EYRE Bernadette
; net-snmp-coders@lists.sourceforge.net Subject: Re: create SNMPv3 user with hashed password >>>>> On Fri, 12 Feb 2010 14:06:31 -0600, "EYRE Bernadette" >>>>> said: EB> Wes, if you are using snmpusm command and you have already created the EB> user

Re: create SNMPv3 user with hashed password

2010-02-17 Thread Dave Shield
On 16 February 2010 22:43, EYRE Bernadette wrote: > I'm running 5.4.2.1 version, would this patch be available for this version? > Or should I update to 5.5? Check the usage output of snmpusm. If this mentions "-Ck" (and talks about KEY-OR-PASSPHRASE), then support for this should be present. If