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:
parent
56dd910b83
commit
b6b8f9539b
@ -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 + """
|
||||
|
Loading…
Reference in New Issue
Block a user