1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

tests/krb5: Note that lockout tests use password checks

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-16 16:01:44 +12:00 committed by Jo Sutton
parent ed371ff0fa
commit c6fec5156f

View File

@ -802,7 +802,8 @@ class LockoutTests(KDCBaseTest):
# Lock out the account. We must do it using an actual password
# change like so, rather than directly with a database
# modification, so that the account is also added to the
# auxiliary bad password database.
# auxiliary bad password database. Our goal is to get lockouts
# to happen, i.e. password checking.
old_utf16pw = '"Secret007"'.encode('utf-16le') # invalid pwd
new_utf16pw = '"Secret008"'.encode('utf-16le')