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_free_keyblock_contents  Free the contents of a key structure krb5_free_keyblock_contents Free the contents of a key structure
go to next page: krb5_free_principal  Free the pwd_data allocated by krb5_copy_principalkrb5_free_principal Free the pwd_data allocated by krb5_copy_principal
end of book navigation links

krb5_free_keytab_entry_contents -- Free the contents of a keytab entry 



C Prototype 

krb5_error_code krb5_free_keytab_entry_contents (
        krb5_context            context,
        krb5_keytab_entry       *entry );

Arguments 

context
(input/output)
 The context structure.
entry (input/output) The keytab entry whose contents are to be freed.

Description 

This routine frees the contents of a Kerberos keytab entry.

Return Values 

This routine returns the following KRB5 status code:

0
Successful completion.


go to previous page: krb5_free_keyblock_contents  Free the contents of a key structure krb5_free_keyblock_contents Free the contents of a key structure
go to next page: krb5_free_principal  Free the pwd_data allocated by krb5_copy_principalkrb5_free_principal Free the pwd_data allocated by krb5_copy_principal