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_remove_cred  Remove credentials from the credentials cache krb5_cc_remove_cred Remove credentials from the credentials...
go to next page: krb5_cc_retrieve_cred  Search the cache for a credential and return it if foundkrb5_cc_retrieve_cred Search the cache for a credential and...
end of book navigation links

krb5_cc_resolve -- Resolve a credentials cache name 



C Prototype 

krb5_error_code krb5_cc_resolve(
         krb5_context   context,
         char           *string_name,
         krb5_ccache    *id );

Arguments 

context
(input/output)
 The context structure.
string_name (input)  The credentials cache name to resolve.
id (output)  The credentials cache identifier that corresponds to the name in string_name.

Description 

This routine fills in id with a ccache identifier that corresponds to the name in string_name.

It requires that string_name be of the form type:residual and type is a type known to the library.

Return Values 

This routine returns the following KRB5 status code:

0
Successful completion.
ENOMEM
Insufficient memory.


go to previous page: krb5_cc_remove_cred  Remove credentials from the credentials cache krb5_cc_remove_cred Remove credentials from the credentials...
go to next page: krb5_cc_retrieve_cred  Search the cache for a credential and return it if foundkrb5_cc_retrieve_cred Search the cache for a credential and...