[an error occurred while processing this directive]
krb5_error_code krb5_kt_remove_entry( krb5_context context, krb5_keytab id, krb5_keytab_entry *entry );
The context structure.
A key table handle.
The entry to remove from the key table.
This routine removes an entry from a key table. If this routine is not available, then KRB5_KT_NOWRITE is returned.
This routine returns the following KRB5 status code:
Successful completion.
KRB5_KT_NOWRITE
Keytab is not writable.