krb5_kt_get_type()--Get Key Table Type


  Syntax
 #include <krb5.h>

 char * krb5_kt_get_type(
     krb5_context       context,  
     krb5_keytab      ktid); 
  Service Program Name: QSYS/QKRBGSS  
  Default Public Authority: *USE

  Threadsafe: Yes

The krb5_kt_get_type() function returns the key table type.


Authorities

No authorities are required.


Parameters

context  (Input)
The Kerberos context.

ktid  (Input)
The key table handle.

Return Value

This function returns the key table type. This is a read-only value and must not be freed by the application. For example, the character string "FILE" or "WRFILE" might be returned.


Error Messages




API introduced: V5R1

[ Back to top | Security APIs | UNIX-Type APIs | APIs by category ]