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

krb5_auth_con_getrcache — Get the rcache element from the auth_context

 » Table of Contents

 » Glossary

 » Index

C Prototype

krb5_error_code krb5_auth_con_getrcache (
krb5_context context,
krb5_auth_context, auth_context,
krb5_rcache rcache );

Arguments

context (input/output) 

The context structure.

auth_context (input) 

The authorization context.

rcache (output)  

The rcache element from the auth_context.

Description

This routine takes an IP address and port, and generates a full IP address.

Return Values

This routine returns the following KRB5 status code:

0Successful completion.