mirror of
https://github.com/samba-team/samba.git
synced 2025-02-04 17:47:26 +03:00
s4-vampire: show main CLDAP response attributes during vampire
This commit is contained in:
parent
7e2b3ab14f
commit
4679bb731b
@ -822,6 +822,10 @@ static void becomeDC_recv_cldap(struct tevent_req *req)
|
||||
|
||||
s->dest_dsa.site_name = s->cldap.netlogon.client_site;
|
||||
|
||||
DEBUG(0,("CLDAP response: forest=%s dns=%s netbios=%s server_site=%s client_site=%s\n",
|
||||
s->forest.dns_name, s->domain.dns_name, s->domain.netbios_name,
|
||||
s->source_dsa.site_name, s->dest_dsa.site_name));
|
||||
|
||||
becomeDC_connect_ldap1(s);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user