Skip to content

Commit

Permalink
Update msLDAPDump.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dievus authored Feb 24, 2023
1 parent b2a872e commit 324eec4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions msLDAPDump.py
Original file line number Diff line number Diff line change
Expand Up @@ -758,6 +758,7 @@ def run(self):
self.password = f"aad3b435b51404eeaad3b435b51404ee:{self.args.ntlm}"
self.ntlm_bind()
elif self.args.password:
self.authenticated_bind()
self.password = self.args.password

except ValueError as ve:
Expand Down

0 comments on commit 324eec4

Please sign in to comment.