mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
s4-drs: show the user sid that does the GetNCChanges call
this is useful when debugging replication Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
826177bd24
commit
635c41ab82
@ -1366,13 +1366,14 @@ WERROR dcesrv_drsuapi_DsGetNCChanges(struct dcesrv_call_state *dce_call, TALLOC_
|
||||
}
|
||||
|
||||
DEBUG(r->out.ctr->ctr6.more_data?2:1,
|
||||
("DsGetNCChanges with uSNChanged >= %llu flags 0x%08x on %s gave %u objects (done %u/%u) %u links (done %u/%u)\n",
|
||||
("DsGetNCChanges with uSNChanged >= %llu flags 0x%08x on %s gave %u objects (done %u/%u) %u links (done %u/%u (as %s))\n",
|
||||
(unsigned long long)(req8->highwatermark.highest_usn+1),
|
||||
req8->replica_flags, ncRoot->dn,
|
||||
r->out.ctr->ctr6.object_count,
|
||||
i, r->out.ctr->ctr6.more_data?getnc_state->site_res->count:i,
|
||||
r->out.ctr->ctr6.linked_attributes_count,
|
||||
link_given, link_total));
|
||||
link_given, link_total,
|
||||
dom_sid_string(mem_ctx, user_sid)));
|
||||
|
||||
#if 0
|
||||
if (!r->out.ctr->ctr6.more_data && req8->extended_op != DRSUAPI_EXOP_NONE) {
|
||||
|
Loading…
Reference in New Issue
Block a user