Searched refs:allowed_preauth_type (Results 1 – 3 of 3) sorted by relevance
70 krb5_preauthtype allowed_preauth_type; member
739 ctx->allowed_preauth_type = KRB5_PADATA_NONE; in read_allowed_preauth_type()750 ctx->allowed_preauth_type = strtol(tmp, &p, 10); in read_allowed_preauth_type()752 ctx->allowed_preauth_type = KRB5_PADATA_NONE; in read_allowed_preauth_type()1801 ctx->allowed_preauth_type = KRB5_PADATA_NONE; in init_creds_step_reply()
629 return ctx->allowed_preauth_type == KRB5_PADATA_NONE || in pa_type_allowed()630 pa_type == ctx->allowed_preauth_type; in pa_type_allowed()