search for: winbind_add_failed_connection_entry

Displaying 2 results from an estimated 2 matches for "winbind_add_failed_connection_entry".

2020 May 28
0
NEG_CONN_CACHE questions
...ng to do DC location (but fails, > because both candidate DCs are stuck in NEG_CONN_CACHE for some reason, even if they're > answering request from, e.g., adcli). You should try to find out the request that caused them to get put into the NEG_CONN_CACHE. In winbindd, look at the calls to winbind_add_failed_connection_entry() - there are several reasons that this might get called. > There is already an RPC pipe (ESTAB connection to port 49159 on DC), but > Winbind seems to insist on opening a new connection and doesn't reuse existing. > Am I misinterpreting something? I thought Winbind is supposed to ope...
2020 May 28
2
NEG_CONN_CACHE questions
On Wednesday, 27 May 2020 16:21:31 PDT Jeremy Allison wrote: > On Wed, May 27, 2020 at 12:54:49PM -0700, Alexey A Nikitin via samba wrote: > > 3. Are the rules for how a DC gets put into NEG_CONN_CACHE documented anywhere besides the code itself, or wading through the code is my only option of getting to know the criteria? > > Only in the code I think, added in: > >