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:
parent
ed371ff0fa
commit
c6fec5156f
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user