krb5_rc_default_name()--Get Default Replay Cache Name


  Syntax
 #include <krb5.h>

 char * krb5_rc_default_name(
     krb5_context     context);   
  Service Program Name: QSYS/QKRBGSS  
  Default Public Authority: *USE

  Threadsafe: Yes

The krb5_rc_default_name() function returns the name of the default replay cache for the current user. The KRB5RCACHENAME environment variable defines the default replay cache name.


Authorities

No authorities are required.


Parameters

context  (Input)
The Kerberos context.

Return Value

The name of the default replay cache for the current user or NULL if the default name has not been set. The return value is the address of a read-only string 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 ]