Skip to content

Commit 66da98c

Browse files
committed
Fix laps login with kerberos
1 parent 069fb90 commit 66da98c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nxc/protocols/ldap/laps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ def laps_search(self, username, password, cred_type, domain, dns_server):
356356
password = msMCSAdmPwd
357357
domain = self.hostname
358358
self.args.local_auth = True
359-
self.args.kerberos = False
359+
self.kerberos = False
360360
self.logger.extra["protocol"] = prev_protocol
361361
self.logger.extra["port"] = prev_port
362362
return username, password, domain

0 commit comments

Comments
 (0)