Changeset 733 for branches/samba-3.5.x/source3/winbindd/winbindd_pam.c
- Timestamp:
- Nov 12, 2012, 5:09:31 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.5.x/source3/winbindd/winbindd_pam.c
r732 r733 2102 2102 done: 2103 2103 2104 if (NT_STATUS_EQUAL(result, NT_STATUS_IO_TIMEOUT)) { 2105 DEBUG(3,("winbindd_dual_pam_auth_crap: sam_network_logon(ex) " 2106 "returned NT_STATUS_IO_TIMEOUT after the retry." 2107 "We didn't know what's going on killing " 2108 "connections to domain %s\n", 2109 name_domain)); 2110 invalidate_cm_connection(&contact_domain->conn); 2111 } 2112 2104 2113 /* give us a more useful (more correct?) error code */ 2105 2114 if ((NT_STATUS_EQUAL(result, NT_STATUS_DOMAIN_CONTROLLER_NOT_FOUND) ||
Note:
See TracChangeset
for help on using the changeset viewer.