File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -2610,7 +2610,7 @@ def enum(self):
26102610 policy ["Domain password information" ] = {}
26112611 policy ["Domain password information" ]["Password history length" ] = result ['PasswordHistoryLength' ] or "None"
26122612 policy ["Domain password information" ]["Minimum password length" ] = result ['MinPasswordLength' ] or "None"
2613- policy ["Domain password information" ]["Maximum password age" ] = self .policy_to_human (int (result ['MinPasswordAge' ]['LowPart' ]), int (result ['MinPasswordAge' ]['HighPart' ]))
2613+ policy ["Domain password information" ]["Minimum password age" ] = self .policy_to_human (int (result ['MinPasswordAge' ]['LowPart' ]), int (result ['MinPasswordAge' ]['HighPart' ]))
26142614 policy ["Domain password information" ]["Maximum password age" ] = self .policy_to_human (int (result ['MaxPasswordAge' ]['LowPart' ]), int (result ['MaxPasswordAge' ]['HighPart' ]))
26152615 policy ["Domain password information" ]["Password properties" ] = []
26162616 pw_prop = result ['PasswordProperties' ]
You can’t perform that action at this time.
0 commit comments