skip book previous and next navigation links
go up to top of book: HP Open Source Security for OpenVMS Volume 3:... HP Open Source Security for OpenVMS Volume 3:...
go to beginning of chapter: KRB5 (Kerberos V5) Application Programming Interface KRB5 (Kerberos V5) Application Programming Interface
go to previous page: krb5_kt_get_name  Get key table name krb5_kt_get_name Get key table name
go to next page: krb5_kt_next_entry  Retrieve the next entry from the key tablekrb5_kt_next_entry Retrieve the next entry from the key table
end of book navigation links

krb5_kt_get_type -- Return the keytab prefix 



C Prototype 

char * krb5_kt_get_type (
        krb5_context    context,
        krb5_keytab     keytab );

Arguments 

context
(input/output)
 The context structure.
keytab (output)  The keytab structure whose type is returned.

Description 

This routine returns the keytab prefix string as its return value.

Return Values 

This routine returns the following:

A string representing the prefix value of the keytab structure.


go to previous page: krb5_kt_get_name  Get key table name krb5_kt_get_name Get key table name
go to next page: krb5_kt_next_entry  Retrieve the next entry from the key tablekrb5_kt_next_entry Retrieve the next entry from the key table