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_add_entry  Add an entry to a key table krb5_kt_add_entry Add an entry to a key table
go to next page: krb5_kt_default  Return a handle to the default keytabkrb5_kt_default Return a handle to the default keytab
end of book navigation links

krb5_kt_close -- Close a key table 



C Prototype 

krb5_error_code krb5_kt_close(
         krb5_context      context,
         krb5_keytab       id );

Arguments 

context
(input/output)
 The context structure.
id (input/output)  A key table handle.

Description 

This routine closes the keytab identified by id and invalidates id, and releases any other resources acquired during use of the key table.

It requires that id identifies a keytab.

Return Values 

This routine returns the following KRB5 status code:

0
Successful completion.


go to previous page: krb5_kt_add_entry  Add an entry to a key table krb5_kt_add_entry Add an entry to a key table
go to next page: krb5_kt_default  Return a handle to the default keytabkrb5_kt_default Return a handle to the default keytab