Home
last modified time | relevance | path

Searched refs:KRB_PKINIT (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/pam_modules/krb5/
H A Dkrb5_password.c265 if (kmd && kmd->preauth_type == KRB_PKINIT) in pam_sm_chauthtok()
273 if (kmd && kmd->preauth_type == KRB_PKINIT) in pam_sm_chauthtok()
291 if (kmd && kmd->preauth_type == KRB_PKINIT) in pam_sm_chauthtok()
H A Dutils.h43 KRB_PKINIT }; enumerator
H A Dkrb5_authenticate.c266 kmd->preauth_type = do_pkinit ? KRB_PKINIT : KRB_PASSWD; in pam_sm_authenticate()
702 if (kmd->preauth_type == KRB_PKINIT) { in attempt_krb5_auth()