We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ada4905 commit e50f7acCopy full SHA for e50f7ac
1 file changed
nxc/modules/pso.py
@@ -53,7 +53,7 @@ def on_login(self, context, connection):
53
for attrs in resp:
54
if not isinstance(attrs, ldapasn1_impacket.SearchResultEntry):
55
continue
56
- policyName, description, passwordLength, passwordhistorylength, lockoutThreshold, obersationWindow, lockoutDuration, complexity, minPassAge, maxPassAge, reverseibleEncryption, precedence, policyApplies = ("",) * 13
+ policyName, description, passwordLength, passwordhistorylength, lockoutThreshold, observationWindow, lockoutDuration, complexity, minPassAge, maxPassAge, reverseibleEncryption, precedence, policyApplies = ("",) * 13
57
for attr in attrs["attributes"]:
58
if str(attr["type"]) == "name":
59
policyName = attr["vals"][0]
0 commit comments