Revert #190 to enable functionality without explicit auth

main
Alexander Neff 2024-03-15 00:40:21 +01:00 committed by Marshall Hallenbeck
parent b62c315440
commit ca192d8f8e
1 changed files with 2 additions and 2 deletions

View File

@ -87,8 +87,8 @@ class connection:
self.port = self.args.port
self.conn = None
self.admin_privs = False
self.password = None
self.username = None
self.password = ""
self.username = ""
self.kerberos = bool(self.args.kerberos or self.args.use_kcache or self.args.aesKey)
self.aesKey = None if not self.args.aesKey else self.args.aesKey[0]
self.kdcHost = None if not self.args.kdcHost else self.args.kdcHost