krb5_rc_get_name()--Get Replay Cache Name


  Syntax
 #include <krb5.h>

 char * krb5_rc_get_name(
     krb5_context     context,  
     krb5_rcache      rcache); 
  Service Program Name: QSYS/QKRBGSS  
  Default Public Authority: *USE

  Threadsafe: Yes

The krb5_rc_get_name() function returns the replay cache name. The returned name does not include the replay cache type prefix.


Authorities

No authorities are required.


Parameters

context  (Input)
The Kerberos context.

rcache  (Input)
The replay cache handle.

Return Value

The krb5_rc_get_name() routine returns the name of the replay cache. This is a read-only value and must not be freed by the application.


Error Messages

Message ID Error Message Text
CPE3418 E Possible APAR condition or hardware failure.



API introduced: V5R1

[ Back to top | Security APIs | UNIX-Type APIs | APIs by category ]