1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-08 21:18:16 +03:00

auth:credentials: Fix code spelling

Signed-off-by: Jo Sutton <josutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Jo Sutton 2024-04-08 17:29:40 +12:00 committed by Jo Sutton
parent 56dd910b83
commit b6b8f9539b

View File

@ -140,7 +140,7 @@ unicodePwd:: """ + base64.b64encode(u"\"P@ssw0rd\"".encode('utf-16-le')).decode(
res = ldb_virtual.search(base="", expression="", scope=SCOPE_BASE, attrs=["*"])
def test_computer_account_bind(self):
# create a computer acocount for the test
# create a computer account for the test
delete_force(self.ldb, self.computer_dn)
self.ldb.add_ldif("""
dn: """ + self.computer_dn + """