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_cc_end_seq_get  Finish processing credentials cache entries krb5_cc_end_seq_get Finish processing credentials cache entries
go to next page: krb5_cc_get_name  Return the name of the credentials cachekrb5_cc_get_name Return the name of the credentials cache
end of book navigation links

krb5_cc_gen_new -- Generate a new credentials cache identifier 



C Prototype 

krb5_error_code krb5_cc_gen_new(
         krb5_context          context,
         krb5_ccache           *id );

Arguments 

context
(input/output)
 The context structure.
id (output)  A new, unique credentials cache identifier.

Description 

This routine fills in id with a unique ccache identifier. The cache is left unopened.

Return Values 

This routine returns the following KRB5 status code:

0
Successful completion.


go to previous page: krb5_cc_end_seq_get  Finish processing credentials cache entries krb5_cc_end_seq_get Finish processing credentials cache entries
go to next page: krb5_cc_get_name  Return the name of the credentials cachekrb5_cc_get_name Return the name of the credentials cache