The Samba-Bugzilla – Attachment 2939 Details for
Bug 5015
connection timeouts cause authentication failures
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to reconnect on receiving connection closed
winbindd-reconnect.patch (text/plain), 486 bytes, created by
Martijn Vernooij (550 unknown address)
on 2007-10-08 05:59:12 UTC
(
hide
)
Description:
patch to reconnect on receiving connection closed
Filename:
MIME Type:
Creator:
Martijn Vernooij (550 unknown address)
Created:
2007-10-08 05:59:12 UTC
Size:
486 bytes
patch
obsolete
>--- samba-3.0.22/source/nsswitch/winbindd_pam.c.org 2007-10-04 17:55:36.000000000 +0200 >+++ samba-3.0.22/source/nsswitch/winbindd_pam.c 2007-10-04 18:00:36.000000000 +0200 >@@ -378,6 +378,11 @@ > invalidate_cm_connection(&contact_domain->conn); > retry = True; > } >+ >+ if (NT_STATUS_EQUAL(result, NT_STATUS_UNEXPECTED_NETWORK_ERROR) ) { >+ DEBUG(3,("winbindd_pam_auth: The connection was broken, retrying\n")); >+ retry = True; >+ } > > } while ( (attempts < 2) && retry ); >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 5015
: 2939