If both a Table of Contents and Search form are not displayed in separate frames along with this one, you may wish to redisplay this book in a frameset, beginning with the first page.
krb5_kt_get_name -- Get key table name
C Prototype
krb5_error_code krb5_kt_get_name( krb5_context context, krb5_keytab id, char *name, int namesize );
Arguments
Description 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.
name
namesize
id
Return Values This routine returns the following KRB5 status code: