We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26e4ce4 commit 4a3f3e3Copy full SHA for 4a3f3e3
1 file changed
nxc/helpers/pfx.py
@@ -509,7 +509,7 @@ def pfx_auth(self):
509
req = ini.build_asreq(self.domain, username)
510
self.logger.info("Requesting TGT")
511
512
- sock = KerberosClientSocket(KerberosTarget(self.domain))
+ sock = KerberosClientSocket(KerberosTarget(self.kdcHost))
513
try:
514
res = sock.sendrecv(req)
515
except Exception as e:
0 commit comments