]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s4-dsdb:large_ldap: Remove unused imports
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Mon, 13 Feb 2023 02:04:32 +0000 (15:04 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 16 May 2023 23:29:32 +0000 (23:29 +0000)
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source4/dsdb/tests/python/large_ldap.py

index de2f2de2322c98be02c513981c406129caa84367..8c70e1669af3038fa46a8145b706a652625d2511 100644 (file)
@@ -34,14 +34,9 @@ import samba.getopt as options
 from samba.auth import system_session
 from samba import ldb, sd_utils
 from samba.samdb import SamDB
-from samba.ndr import ndr_unpack
-from samba import gensec
-from samba.credentials import Credentials
 import samba.tests
 
-from ldb import SCOPE_SUBTREE, SCOPE_ONELEVEL, SCOPE_BASE, LdbError
-from ldb import ERR_TIME_LIMIT_EXCEEDED, ERR_ADMIN_LIMIT_EXCEEDED, ERR_UNWILLING_TO_PERFORM
-from ldb import Message
+from ldb import LdbError
 
 parser = optparse.OptionParser("large_ldap.py [options] <host>")
 sambaopts = options.SambaOptions(parser)