On 24/02/07, <[EMAIL PROTECTED]> wrote: > When I configure a user(net-snmp-5.2.1, Linux) as authPriv in > VACM and gave query using authNoPriv, the request is rejected with > reason "authorizationError (access denied to that object)",
That's correct. You've configured access for encrypted requests only, so an "authNoPriv" request will be rejected. > if I change > users security level from authPriv to authNoPriv in VACM > then query using authNoPriv, it works. Yup - since the access control (VACM) settings now allow unauthenticated requests, an "authNoPriv" request will be OK. > Is it implies USM allows authNoPriv requests even user is > configured as authPriv There's no mention of security levels in the USM tables. You don't configure a user as "authPriv". The security level is associated with the *request*, not with the user. Dave ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
