This is the mail archive of the ecos-discuss@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: SNMP authentication problem


On Wed, Jun 25, 2008 at 02:10:21PM +0300, Alperen Coskun wrote:
> 
> 
> Hi all,
> I'm using SNMP V3 configured in ECOS. I have  a problem like that;
> User page on ECOS web site says, we can configure agent authentication for V3 in snmpd.conf file. I'm writing following lines to that
> file as below:
> 
> createUser username MD5 "password" DES
> rwuser username auth
> 
> I aim to use authentication with no privacy. Also MD5 for authentication. But, ECOS agent does not create any user like that,
> also I see that it doesn't use MD5. (I seached source c files and found nothing)

md5 code is in net/snmp/lib/current/src/md5.c

Did you not find that?

    Andrew

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]