summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorelie <elie>2005-12-09 17:23:13 +0000
committerelie <elie>2005-12-09 17:23:13 +0000
commit67a0cbcb505e72e5fa5d96049ef6c3c4862e432c (patch)
tree07c35d7e0191492a27798cba3f991b413f566389 /docs
parent26f4becb4cbf7663b5a7e0e108d2901ea729f058 (diff)
downloadpysnmp-git-67a0cbcb505e72e5fa5d96049ef6c3c4862e432c.tar.gz
it looks like plain-text keys may be of whatever length
Diffstat (limited to 'docs')
-rw-r--r--docs/mibs/PYSNMP-USM-MIB.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/mibs/PYSNMP-USM-MIB.txt b/docs/mibs/PYSNMP-USM-MIB.txt
index 7ceddaf7..8fba6f36 100644
--- a/docs/mibs/PYSNMP-USM-MIB.txt
+++ b/docs/mibs/PYSNMP-USM-MIB.txt
@@ -97,7 +97,7 @@ pysnmpUsmSecretUserName OBJECT-TYPE
::= { pysnmpUsmSecretEntry 1 }
pysnmpUsmSecretAuthKey OBJECT-TYPE
- SYNTAX OCTET STRING (SIZE(8..32))
+ SYNTAX OCTET STRING (SIZE(8..256))
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
@@ -105,7 +105,7 @@ pysnmpUsmSecretAuthKey OBJECT-TYPE
::= { pysnmpUsmSecretEntry 2 }
pysnmpUsmSecretPrivKey OBJECT-TYPE
- SYNTAX OCTET STRING (SIZE(8..32))
+ SYNTAX OCTET STRING (SIZE(8..256))
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION