Skip to content

Commit b0b4641

Browse files
authored
Merge pull request Pennyw0rth#355 from bfnserra/patch-1
2 parents ada4905 + e50f7ac commit b0b4641

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nxc/modules/pso.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def on_login(self, context, connection):
5353
for attrs in resp:
5454
if not isinstance(attrs, ldapasn1_impacket.SearchResultEntry):
5555
continue
56-
policyName, description, passwordLength, passwordhistorylength, lockoutThreshold, obersationWindow, lockoutDuration, complexity, minPassAge, maxPassAge, reverseibleEncryption, precedence, policyApplies = ("",) * 13
56+
policyName, description, passwordLength, passwordhistorylength, lockoutThreshold, observationWindow, lockoutDuration, complexity, minPassAge, maxPassAge, reverseibleEncryption, precedence, policyApplies = ("",) * 13
5757
for attr in attrs["attributes"]:
5858
if str(attr["type"]) == "name":
5959
policyName = attr["vals"][0]

0 commit comments

Comments
 (0)