HP Open Source Security for OpenVMS Volume 3: Kerberos > Chapter 6 KRB5 (Kerberos V5) Application Programming Interface

krb5_free_keytab_entry_contents — Free the contents of a keytab entry

 » Table of Contents

 » Glossary

 » Index

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.