1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

tests/auth_log_winbind: Expect an empty remote address

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Joseph Sutton 2023-05-23 14:04:19 +12:00 committed by Andrew Bartlett
parent f89b0cdbbc
commit b421d2d5cf

View File

@ -135,6 +135,8 @@ class AuthLogTestsWinbind(AuthLogTestBase, BlackboxTestCase):
lp=self.lp)
self.create_user_account()
self.remoteAddress = ''
def tearDown(self):
super(AuthLogTestsWinbind, self).tearDown()
delete_force(self.ldb, self.user_dn)