krb5_free_authenticator()--Free Storage Assigned to Authenticator


  Syntax
 #include <krb5.h>

 void krb5_free_authenticator(
     krb5_context     context,
     krb5_authenticator *   authent);  
  Service Program Name: QSYS/QKRBGSS

  Default Public Authority: *USE

  Threadsafe: Yes

The krb5_free_authenticator() function releases the storage assigned to the contents of a krb5_authenticator structure and then releases the krb5_authenticator structure itself.


Authorities

No authorities are required.


Parameters

context  (Input)
The Kerberos context.

authent  (Input)
The krb5_authenticator to be released.

Return Value

This routine does not return a value.


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 ]