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_appdefault_string  Check string values in appdefault krb5_appdefault_string Check string values in appdefault
go to next page: krb5_auth_con_genaddrs  Get full IP address from address and portkrb5_auth_con_genaddrs Get full IP address from address and...
end of book navigation links

krb5_auth_con_free -- Free auth_context 



C Prototype 

krb5_error_code krb5_auth_con_free(
        krb5_context         context,
        krb5_auth_context    auth_context );

Arguments 

context
(input/output)
 The context structure.
auth_context (output)  A per connection context.

Description 

This routine frees the auth_context returned by krb5_auth_con_init.

Return Values 

This routine returns the following KRB5 status code:

0
Successful completion.


go to previous page: krb5_appdefault_string  Check string values in appdefault krb5_appdefault_string Check string values in appdefault
go to next page: krb5_auth_con_genaddrs  Get full IP address from address and portkrb5_auth_con_genaddrs Get full IP address from address and...