tests: Remove redundant credentials from auth_log tests
authorTim Beale <timbeale@catalyst.net.nz>
Mon, 28 Jan 2019 01:11:09 +0000 (14:11 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 4 Mar 2019 21:41:16 +0000 (21:41 +0000)
commit3ce28f918cedaf37b4ebc7b80d243030b41c20bb
treecfd1fb485c06cb345135ddd5cbaa4611c9958106
parent4a9f7d2456952ef79584f5a01f09462f2ffeb990
tests: Remove redundant credentials from auth_log tests

The LDB connection in these tests is to the direct sam.ldb file on disk,
so the credentials are not actually needed (and in fact, weren't event
initialized correctly). These tests always need to run on the DC itself
(i.e. :local testenv) because they use ncalrpc connections.

Signed-off-by: Tim Beale <timbeale@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
python/samba/tests/auth_log_netlogon.py
python/samba/tests/auth_log_netlogon_bad_creds.py
python/samba/tests/auth_log_samlogon.py