Ignore:
Timestamp:
Nov 12, 2012, 5:09:31 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba Server 3.5: update branche to 3.5.13

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.5.x/source3/winbindd/winbindd_pam.c

    r732 r733  
    21022102done:
    21032103
     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
    21042113        /* give us a more useful (more correct?) error code */
    21052114        if ((NT_STATUS_EQUAL(result, NT_STATUS_DOMAIN_CONTROLLER_NOT_FOUND) ||
Note: See TracChangeset for help on using the changeset viewer.