(kadm5_s_rename_principal): log changes
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4315 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -84,6 +84,11 @@ kadm5_s_rename_principal(void *server_handle,
|
|||||||
goto out2;
|
goto out2;
|
||||||
ent2.principal = ent.principal;
|
ent2.principal = ent.principal;
|
||||||
ent.principal = target;
|
ent.principal = target;
|
||||||
|
|
||||||
|
kadm5_log_rename (context,
|
||||||
|
source,
|
||||||
|
&ent);
|
||||||
|
|
||||||
ret = context->db->store(context->context, context->db, 0, &ent);
|
ret = context->db->store(context->context, context->db, 0, &ent);
|
||||||
if(ret){
|
if(ret){
|
||||||
ent.principal = ent2.principal;
|
ent.principal = ent2.principal;
|
||||||
|
Reference in New Issue
Block a user