mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
r21018: Removing the set_domain_online_request again in trustdom_recv().
Jeremy, we really can't do that. There are setups with hundred and more trusted domains out there, I have one customer who tells me it takes more then half an hour for him after winbind is up and running. That request registers the check_domain_online_handler which in turn forks off the child immediately. Also discussed with Volker. Guenther
This commit is contained in:
parent
46d23c72bf
commit
ccd4812c0b
@ -290,15 +290,6 @@ static void trustdom_recv(void *private_data, BOOL success)
|
||||
&cache_methods,
|
||||
&sid);
|
||||
setup_domain_child(domain, &domain->child, NULL);
|
||||
if (!domain->internal) {
|
||||
/* Even in the parent winbindd we'll need to
|
||||
talk to the DC, so try and see if we can
|
||||
contact it. Theoretically this isn't neccessary
|
||||
as the init_dc_connection() in init_child_recv()
|
||||
will do this, but we can start detecting the DC
|
||||
early here. */
|
||||
set_domain_online_request(domain);
|
||||
}
|
||||
}
|
||||
p=q;
|
||||
if (p != NULL)
|
||||
|
Loading…
x
Reference in New Issue
Block a user