Returns the key table name. Usage The krb5_kt_default_name() routine returns the name of the default key table for the current user. If the KRB5_KTNAME environment variable is set, this is the name of the default key table. Otherwise, the key table name is obtained from the default_ke...
Returns the key table name. Usage Thekrb5_kt_get_name()routine returns the name of the key table. The returned name includes the key table type prefix. The function return value is zero if no errors occurred. Otherwise, it is a Kerberos error code....
#include <skrb/krb5.h> krb5_error_code krb5_kt_resolve ( krb5_context context, krb5_const char * keytab_name, krb5_keytab * ktid) Parameters Input context Specifies the Kerberos context. keytab_name Specifies the key table name in the formattype:name. The type must be a registered key ...