Re: adding snmp user through API

2015-07-09 Thread Robert Story
On Wed, 8 Jul 2015 15:19:00 + Charles wrote: CS> No, I haven't resolved this yet. The netsnmp_config() looks CS> interesting, is it as simple as netsnmp_config("net-snmp-create-v3-user CS> -a MD5 -A testkey -x DES -X testkey Username"); Yep, pretty much. CS> how would I go about updating user

RE: adding snmp user through API

2015-07-08 Thread Charles Stahl
recreate", using the netsnmp_config() for both? Thanks. -Original Message- From: NetSNMP Mailbox [mailto:net-snmp-m...@freesnmp.com] On Behalf Of Robert Story Sent: Tuesday, July 07, 2015 8:14 PM To: Charles Stahl Cc: net-snmp-coders@lists.sourceforge.net Subject: Re: adding snmp user th

Re: adding snmp user through API

2015-07-07 Thread Robert Story
On Tue, 21 Apr 2015 23:13:25 + Charles wrote: CS> I am in the process of writing some c code along with the CS> net-snmp library to create/update snmp users. I have found the CS> function "create_user_from_session" but I'm not sure if this is CS> the correct function to call or its proper usage

adding snmp user through API

2015-04-21 Thread Charles Stahl
I am in the process of writing some c code along with the net-snmp library to create/update snmp users. I have found the function "create_user_from_session" but I'm not sure if this is the correct function to call or its proper usage, I have started snmpd with the -DALL option but don't see any

adding snmp user through API

2015-04-21 Thread Charles Stahl
I am in the process of writing some c code along with the net-snmp library to create/update snmp users. I have found the function "create_user_from_session" but I'm not sure if this is the correct function to call or its proper usage, I have started snmpd with the -DALL option but don't see any