Changeset 751 for trunk/server/source3/winbindd/winbindd_cm.c
- Timestamp:
- Nov 29, 2012, 1:59:04 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/source3/winbindd/winbindd_cm.c
r745 r751 1186 1186 1187 1187 ads_destroy( &ads ); 1188 return false; 1188 1189 } 1189 1190 #endif 1190 1191 1191 status = nbt_getdc(winbind_messaging_context(), pss, domain->name,1192 status = nbt_getdc(winbind_messaging_context(), 10, pss, domain->name, 1192 1193 &domain->sid, nt_version, mem_ctx, &nt_version, 1193 1194 &dc_name, NULL); … … 1769 1770 } 1770 1771 1771 if (!winbindd_can_contact_domain(domain)) {1772 invalidate_cm_connection(&domain->conn);1773 domain->initialized = True;1774 return NT_STATUS_OK;1775 }1776 1777 1772 if (connection_ok(domain)) { 1778 1773 if (!domain->initialized) { … … 1927 1922 domain->active_directory ? "" : "NOT ")); 1928 1923 1924 domain->can_do_ncacn_ip_tcp = domain->active_directory; 1925 domain->can_do_validation6 = domain->active_directory; 1929 1926 1930 1927 domain->initialized = True;
Note:
See TracChangeset
for help on using the changeset viewer.