summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorelie <elie>2013-05-25 15:05:14 +0000
committerelie <elie>2013-05-25 15:05:14 +0000
commita1436307bc73418e0a2796d541b10e8cee215cf2 (patch)
tree1bb4a74925f54a04457cf3beec4ff3eda1fc2370 /CHANGES
parentb3b0746e1f9ecff315473fe6420f498f813bd44d (diff)
downloadpysnmp-a1436307bc73418e0a2796d541b10e8cee215cf2.tar.gz
the userName parameter is now fully separated from securityName at
usmUserTable.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 3 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index a5bc574..6deca4f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -35,9 +35,9 @@ Revision 4.2.5rc2
methods now accept optional authData parameter to remove specific entries
from LCD. This can be useful for modifying security parameters for
specific securityName.
-- SNMP credentials management reworked to allow multiple securityNames's in
- snmpCommunityEntry and usmUserEntry tables. Changes made to addV1System(),
- addV3User() functions as well as to their oneliner's wrappers.
+- SNMP credentials management reworked to separate userName from securityName
+ in snmpCommunityEntry and usmUserEntry tables. Changes made to addV1System(),
+ addV3User() functions as well as to their oneliner's wrappers.
- The contextEngineId parameter of config.addV3User() and auth.UsmUserData()
renamed into securityEngineId as it's semantically correct
- Oneliner transport target classes now support the getTransportInfo()