Skip to content

Commit

Permalink
Fix laps login with kerberos
Browse files Browse the repository at this point in the history
  • Loading branch information
NeffIsBack committed Aug 3, 2024
1 parent 069fb90 commit 66da98c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nxc/protocols/ldap/laps.py
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ def laps_search(self, username, password, cred_type, domain, dns_server):
password = msMCSAdmPwd
domain = self.hostname
self.args.local_auth = True
self.args.kerberos = False
self.kerberos = False
self.logger.extra["protocol"] = prev_protocol
self.logger.extra["port"] = prev_port
return username, password, domain

0 comments on commit 66da98c

Please sign in to comment.