[an error occurred while processing this directive]
krb5_error_code krb5_get_credentials_validate ( krb5_context context, krb5_flags options, krb5_ccache ccache, krb5_creds *in_creds, krb5_creds **out_creds );
The context structure.
Unused flag field.
The credentials cache.
The credentials to be validated.
The validated credentials.
This routine attempts to contact a KDC to validate a set of existing Kerberos credentials.
This routine returns one of the following KRB5 status codes:
KRB5_PROG_ETYPE_NOSUPP
KRB5_KDCREP_MODIFIED
KDC reply did not match expectations.