Home
last modified time | relevance | path

Searched refs:KRB5_MAX_FAIL_COUNT (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/krb5/krb5kdc/
H A Ddo_as_req.c302 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()
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/include/krb5/
H A Dkdb.h178 #define KRB5_MAX_FAIL_COUNT 5 macro