summaryrefslogtreecommitdiff
path: root/pysnmp/hlapi/v3arch/lcd.py
diff options
context:
space:
mode:
Diffstat (limited to 'pysnmp/hlapi/v3arch/lcd.py')
-rw-r--r--pysnmp/hlapi/v3arch/lcd.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/pysnmp/hlapi/v3arch/lcd.py b/pysnmp/hlapi/v3arch/lcd.py
index 0e1eb9c5..f01f6107 100644
--- a/pysnmp/hlapi/v3arch/lcd.py
+++ b/pysnmp/hlapi/v3arch/lcd.py
@@ -67,8 +67,10 @@ class CommandGeneratorLcdConfigurator(AbstractLcdConfigurator):
authData.userName,
authData.authProtocol, authData.authKey,
authData.privProtocol, authData.privKey,
- authData.securityEngineId,
- securityName=authData.securityName
+ securityEngineId=authData.securityEngineId,
+ securityName=authData.securityName,
+ authKeyType=authData.authKeyType,
+ privKeyType=authData.privKeyType
)
cache['auth'][authDataKey] = authData