Searched defs:offline_failed_login_attempts (Results 1 - 1 of 1) sorted by relevance
/sssd/src/tests/ |
H A D | auth-tests.c | 152 int offline_failed_login_attempts, 170 val[0] = talloc_asprintf(test_ctx, "%u", offline_failed_login_attempts); 174 fail_unless(ret == EOK, "Could not set offline_failed_login_attempts"); 216 /* if offline_failed_login_attempts == 0 a login is never denied */ 227 /* if offline_failed_login_attempts != 0 and 229 * failed attempts >= offline_failed_login_attempts */ 235 /* if offline_failed_login_attempts != 0 and 237 * failed attempts >= offline_failed_login_attempts AND the last failed 150 do_failed_login_test(uint32_t failed_login_attempts, time_t last_failed_login, int offline_failed_login_attempts, int offline_failed_login_delay, int expected_result, int expected_counter, time_t expected_delay) argument
|
Completed in 267 milliseconds