tests/krb5: Note that lockout tests use password checks
authorJo Sutton <josutton@catalyst.net.nz>
Tue, 16 Apr 2024 04:01:44 +0000 (16:01 +1200)
committerJo Sutton <jsutton@samba.org>
Sun, 21 Apr 2024 22:10:36 +0000 (22:10 +0000)
Signed-off-by: Jo Sutton <josutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
python/samba/tests/krb5/lockout_tests.py

index 4338290c7ceadc93550bf4765df8e27c7dfcfa34..81002964a5430b78a104d21f316efd64f77be796 100755 (executable)
@@ -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')