Use hostname in user and passpol for kerberos

main
lefayjey 2023-02-09 14:28:16 +01:00 committed by mpgn
parent 5f5884785f
commit 0a472e9366
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ class PassPolDump:
def __init__(self, connection):
self.logger = connection.logger
self.addr = connection.host
self.addr = connection.host if not connection.kerberos else connection.hostname
self.protocol = connection.args.port
self.username = connection.username
self.password = connection.password