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):