From ed4b2aaeb3b34150f25c2de20db156bca950f6b5 Mon Sep 17 00:00:00 2001 From: Jonathan Date: Wed, 21 Feb 2018 17:54:31 -0800 Subject: [PATCH] aaaUser:pwdSet is implicit(oper) attribute aaaUser:pwdSet is implicit(oper) attribute, it should not be read-only. --- nxtoolkit/nxtoolkit.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/nxtoolkit/nxtoolkit.py b/nxtoolkit/nxtoolkit.py index f13cd70..0390376 100755 --- a/nxtoolkit/nxtoolkit.py +++ b/nxtoolkit/nxtoolkit.py @@ -6059,9 +6059,6 @@ def _get_attributes(self): att['name'] = self.name if self.password: att['pwd'] = self.password - att['pwdSet'] = 'yes' - else: - att['pwdSet'] = 'no' return att def _get_child_attributes(self):