Searched refs:KRB5_MAX_FAIL_COUNT (Results 1 – 2 of 2) sorted by relevance
302 if (client.fail_auth_count < KRB5_MAX_FAIL_COUNT) { in process_as_req()304 if (client.fail_auth_count == KRB5_MAX_FAIL_COUNT) { in process_as_req()
178 #define KRB5_MAX_FAIL_COUNT 5 macro