1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-19 12:23:49 +03:00

selftest: remove unused imports from virtualCryptSHA tests

Signed-off-by: Rob van der Linde <rob@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
This commit is contained in:
Rob van der Linde
2023-12-13 16:40:17 +13:00
committed by Douglas Bagnall
parent b236856a3e
commit 2f5b06253b
2 changed files with 0 additions and 11 deletions

View File

@@ -16,9 +16,6 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
import os
import time
import base64
import ldb
import samba
from samba.tests.samba_tool.base import SambaToolCmdTest
@@ -26,10 +23,7 @@ from samba.tests.samba_tool.user_virtualCryptSHA_base import _get_attribute
from samba.credentials import Credentials
from samba.samdb import SamDB
from samba.auth import system_session
from samba.ndr import ndr_unpack
from samba.dcerpc import drsblobs
from samba import dsdb
import re
USER_NAME = "CryptSHATestUser"
HASH_OPTION = "password hash userPassword schemes"