[an error occurred while processing this directive]
krb5_error_code krb5_mk_ncred ( krb5_context context, krb5_auth_context auth_context, krb5_creds **ppcreds, krb5_data **ppdata, krb5_replay_data *outdata );
The context structure.
The Kerberos authentication context.
A pointer to an array of Kerberos credentials.
A pointer to a krb5_data structure (not used).
A pointer to the KRB_CRED message.
This routine takes an array of Kerberos credentials, and returns a KRB_CRED message in outdata that is suitable for krb5_rd_cred.
This routine returns the following KRB5 status codes:
ENOMEM
Insufficient memory.
Message replay detection requires rcache parameter.