1
0
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:
Andrew Tridgell 2010-04-27 12:17:36 +10:00
parent 7e2b3ab14f
commit 4679bb731b

View File

@ -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);
}