kadmin selective prune of historic key for principal
This commit is contained in:

committed by
Nico Williams

parent
af0d8ef677
commit
f3f06fcba9
@@ -428,3 +428,10 @@ kadm5_free_policy_ent(kadm5_policy_ent_t ent)
|
||||
return 0;
|
||||
}
|
||||
|
||||
kadm5_ret_t
|
||||
kadm5_prune_principal(void *server_handle,
|
||||
krb5_principal princ,
|
||||
int kvno)
|
||||
{
|
||||
return __CALL(prune_principal, (server_handle, princ, kvno));
|
||||
}
|
||||
|
Reference in New Issue
Block a user