krb5_kt_remove_entry()--Remove Entry from Key Table


  Syntax
 #include <krb5.h>

 krb5_error_code krb5_kt_remove_entry(  
     krb5_context       context,
     krb5_keytab      ktid,
     krb5_keytab_entry *    entry);   
  Service Program Name: QSYS/QKRBGSS

  Default Public Authority: *USE

  Threadsafe: Yes

The krb5_kt_remove_entry() function removes an entry from a key table. The key table type must support write operations.


Authorities

Object Referred to Data Authority Required
All directories in the path name *X
Keytab file *RW


Parameters

context  (Input)
The Kerberos context.

ktid  (Input)
The key table handle.

entry  (Input)
The entry to be removed from the key table.

Return Value

If no errors occur, the return value is 0. Otherwise, a Kerberos error code is returned.


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 ]