[an error occurred while processing this directive]
krb5_error_code krb5_kt_get_name( krb5_context context, krb5_keytab id, char *name, unsigned int namesize );
The context structure.
A key table handle.
The key table name.
The maximum length to fill in name.
This routine fills name with the first namesize bytes of the name of the keytab identified by id. If the name is shorter than namesize, then name will be NULL terminated.
This routine returns the following KRB5 status code:
Successful completion.