Skip to content

Commit e50f7ac

Browse files
authored
Update pso.py
Fix Typo (obersationWindow to observationWindow) Signed-off-by: Nicolas Serra <45828470+bfnserra@users.noreply.github.com>
1 parent ada4905 commit e50f7ac

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)