mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
67617d4700
Currently we only check that the target object is known at the end of the transaction (i.e. the .prepare_commit hook). It's too late at this point to resend the request with GET_TGT. Move this processing earlier on, after we've applied all the objects (i.e. off the .extended hook). In reality, we need to perform the checks at both points. I've split the common code that gets the source/target details out of the la_entry into a helper function. It's not the greatest function ever, but seemed to make more sense than duplicating the code. Signed-off-by: Tim Beale <timbeale@catalyst.net.nz> Reviewed-by: Garming Sam <garming@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org> BUG: https://bugzilla.samba.org/show_bug.cgi?id=12972 |
||
---|---|---|
.. | ||
drepl_extended.c | ||
drepl_fsmo.c | ||
drepl_notify.c | ||
drepl_out_helpers.c | ||
drepl_out_helpers.h | ||
drepl_out_pull.c | ||
drepl_partitions.c | ||
drepl_periodic.c | ||
drepl_replica.c | ||
drepl_ridalloc.c | ||
drepl_secret.c | ||
drepl_service.c | ||
drepl_service.h | ||
replicated_objects.c |