1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-02 00:22:11 +03:00

Fixed bug found by Gerald. If a Samba server joins a domain and is set

to search for a DC to authenticate to using the "*" syntax than ensure
that for the first hour after the password change is searches for the
PDC using the 1B name not the 1C name as domain replication may not
have occured.
Jeremy.
This commit is contained in:
Jeremy Allison
-
parent 0f39895ab0
commit c25533de99
4 changed files with 23 additions and 8 deletions

View File

@ -665,7 +665,8 @@ account password for domain %s.\n", domain));
int count = 0;
int i;
if(!get_dc_list(domain, &ip_list, &count))
/* Use the PDC *only* for this. */
if(!get_dc_list(True, domain, &ip_list, &count))
continue;
/*