Re: SNMP v3 user authentication password with pattern problem

2020-07-13 Thread Bernd Eilers
HelloTadas Ivanovas, Yes there is a pattern repetition involved here - but it is not a problem - you just have to think carefully what you choose. This just works exactly as it was designed in the SNMP Specifications, you can find the details about that here: https://tools.ietf.org/html/rf

SNMP v3 user authentication password with pattern problem

2020-07-13 Thread Tadas Ivanovas
Hello, I'm using net-snmp 5.8 with version 3 support. I've noticed that agents can authenticate messages with passwords by pattern only. What I mean is, for example, if I create the user with password "" (12 a's), that agent authenticates with password "" (8 a's). I've tried

Re: Default proxy timeout value and how to override it.

2020-07-13 Thread Bernd Eilers
On 7/8/20 5:46 PM, François Isabelle wrote: Hi. Someone knows what the default timeout for prooied request is? How can it be changed? What happens when the target hangs when handling the request? Could the delegated request block other requests? __

Re: Default proxy timeout value and how to override it.

2020-07-13 Thread François Isabelle
Thank you for your reply, I was not certain that the -t/-r parameters were honored. They are but I think that there is still a condition triggering a hang, I reported the issue along with a possible fix on GitHub. Le lun. 13 juill. 2020 07 h 47, Bernd Eilers a écrit : > On 7/8/20 5:46 PM, Franço