search for: cldap_multi_netlogon_send

Displaying 12 results from an estimated 12 matches for "cldap_multi_netlogon_send".

2016 Oct 17
2
Bug 6870 resurfaced in Samba 4.2.10
...state->servers[i], > > &state->cldap[i]); > > > > if (tevent_req_nterror(req, status)) { > > return tevent_req_post(req, ev); > > } > > > > /* Code omitted for brevity */ > > > > } > > > > This is in cldap_multi_netlogon_send(), a function that sends CLDAP > > requests to multiple DCs in one go. The loop here sets up a socket for > > each DC. cldap_socket_init() in turn (possibly several calls deeper) > > sets up the UDP socket, and calls connect() on it, which fails with > > "Network unreac...
2016 Oct 17
2
Bug 6870 resurfaced in Samba 4.2.10
...rvers; i++) { NTSTATUS status; status = cldap_socket_init(state->cldap, NULL, /* local_addr */ state->servers[i], &state->cldap[i]); if (tevent_req_nterror(req, status)) { return tevent_req_post(req, ev); } /* Code omitted for brevity */ } This is in cldap_multi_netlogon_send(), a function that sends CLDAP requests to multiple DCs in one go. The loop here sets up a socket for each DC. cldap_socket_init() in turn (possibly several calls deeper) sets up the UDP socket, and calls connect() on it, which fails with "Network unreachable". This bubbles up the chain a...
2016 Oct 17
0
Bug 6870 resurfaced in Samba 4.2.10
...= cldap_socket_init(state->cldap, > NULL, /* local_addr */ > state->servers[i], > &state->cldap[i]); > > if (tevent_req_nterror(req, status)) { > return tevent_req_post(req, ev); > } > > /* Code omitted for brevity */ > > } > > This is in cldap_multi_netlogon_send(), a function that sends CLDAP > requests to multiple DCs in one go. The loop here sets up a socket for > each DC. cldap_socket_init() in turn (possibly several calls deeper) > sets up the UDP socket, and calls connect() on it, which fails with > "Network unreachable". This bu...
2019 Oct 23
0
winbind : suspend nightmare
...preferred server list: "fichdc01.samdom.com, *" > 07:44:45 Successfully contacted LDAP server 172.16.0.30 > 07:44:45 Connected to LDAP server fichdc01.samdom.com > 07:46:40 connection_ok: Connection to fichdc01.samdom.com for domain > SAMDOM is not connected > 07:46:40 cldap_multi_netlogon_send: cldap_socket_init failed for > ipv4:172.16.0.30:389 error NT_STATUS_NETWORK_UNREACHABLE OK, the above line is the problem. Why does that happen if above we have: 07:44:45 Successfully contacted LDAP server 172.16.0.30 cldap_multi_netlogon_send() does a UDP cldap ping to the server (172.16....
2016 Oct 17
2
Bug 6870 resurfaced in Samba 4.2.10
...dr */ > > state->servers[i], > > &state->cldap[i]); > > > > if (tevent_req_nterror(req, status)) { > > return tevent_req_post(req, ev); > > } > > > > /* Code omitted for brevity */ > > > > } > > > > This is in cldap_multi_netlogon_send(), a function that sends CLDAP > > requests to multiple DCs in one go. The loop here sets up a socket for > > each DC. cldap_socket_init() in turn (possibly several calls deeper) > > sets up the UDP socket, and calls connect() on it, which fails with > > "Network unreac...
2019 Oct 21
5
winbind : suspend nightmare
...OM 07:44:45 get_dc_list: preferred server list: "fichdc01.samdom.com, *" 07:44:45 Successfully contacted LDAP server 172.16.0.30 07:44:45 Connected to LDAP server fichdc01.samdom.com 07:46:40 connection_ok: Connection to fichdc01.samdom.com for domain SAMDOM is not connected 07:46:40 cldap_multi_netlogon_send: cldap_socket_init failed for ipv4:172.16.0.30:389 error NT_STATUS_NETWORK_UNREACHABLE 07:46:40 ads_cldap_netlogon: did not get a reply 07:46:40 ads_try_connect: CLDAP request 172.16.0.30 failed. 07:46:40 get_dc_list: preferred server list: ", *" 07:46:40 ads_find_dc: failed to find...
2016 Oct 17
0
Bug 6870 resurfaced in Samba 4.2.10
...tate->cldap, > NULL, /* local_addr */ > state->servers[i], > &state->cldap[i]); > > if (tevent_req_nterror(req, status)) { > return tevent_req_post(req, ev); > } > > /* Code omitted for brevity */ > > } > > This is in cldap_multi_netlogon_send(), a function that sends CLDAP > requests to multiple DCs in one go. The loop here sets up a socket for > each DC. cldap_socket_init() in turn (possibly several calls deeper) > sets up the UDP socket, and calls connect() on it, which fails with > "Network unreachable". This bu...
2016 Oct 26
0
[Announce] Samba 4.4.7 Available for Download
...-- o Jeremy Allison <jra at samba.org> * BUG 11259: smbd contacts a domain controller for each session. * BUG 12283: REGRESSION: smbd segfaults on startup, tevent context being freed. * BUG 12291: source3/lib/msghdr: Fix syntax error before or at: ;. * BUG 12381: s3: cldap: cldap_multi_netlogon_send() fails with one bad IPv6 address. o Christian Ambach <ambi at samba.org> * BUG 9945: Setting specific logger levels in smb.conf makes 'samba-tool drs showrepl' crash. o Björn Baumbach <bb at sernet.de> * BUG 8618: s3-printing: Fix migrate printer code. o R...
2016 Oct 26
0
[Announce] Samba 4.4.7 Available for Download
...-- o Jeremy Allison <jra at samba.org> * BUG 11259: smbd contacts a domain controller for each session. * BUG 12283: REGRESSION: smbd segfaults on startup, tevent context being freed. * BUG 12291: source3/lib/msghdr: Fix syntax error before or at: ;. * BUG 12381: s3: cldap: cldap_multi_netlogon_send() fails with one bad IPv6 address. o Christian Ambach <ambi at samba.org> * BUG 9945: Setting specific logger levels in smb.conf makes 'samba-tool drs showrepl' crash. o Björn Baumbach <bb at sernet.de> * BUG 8618: s3-printing: Fix migrate printer code. o R...
2016 Oct 26
0
[Announce] Samba 4.5.1 Available for Download
...5.0: -------------------- o Jeremy Allison <jra at samba.org> * BUG 11259: smbd contacts a domain controller for each session. * BUG 12272: Fix messaging subsystem crash. * BUG 12283: REGRESSION: smbd segfaults on startup, tevent context being freed. * BUG 12381: s3: cldap: cldap_multi_netlogon_send() fails with one bad IPv6 address. * BUG 12383: s3: libsmb: Fix cut and paste error using the wrong structure type. o Christian Ambach <ambi at samba.org> * BUG 9945: Setting specific logger levels in smb.conf makes 'samba-tool drs showrepl' crash. o Andrew Ba...
2016 Oct 26
0
[Announce] Samba 4.5.1 Available for Download
...5.0: -------------------- o Jeremy Allison <jra at samba.org> * BUG 11259: smbd contacts a domain controller for each session. * BUG 12272: Fix messaging subsystem crash. * BUG 12283: REGRESSION: smbd segfaults on startup, tevent context being freed. * BUG 12381: s3: cldap: cldap_multi_netlogon_send() fails with one bad IPv6 address. * BUG 12383: s3: libsmb: Fix cut and paste error using the wrong structure type. o Christian Ambach <ambi at samba.org> * BUG 9945: Setting specific logger levels in smb.conf makes 'samba-tool drs showrepl' crash. o Andrew Ba...
2016 Oct 13
3
Bug 6870 resurfaced in Samba 4.2.10
According to this bugzilla entry, bug 6870 has been fixed as of at least version 3.5: https://bugzilla.samba.org/show_bug.cgi?id=6870 However, I assert that it is present in 4.2.10, which ships with Debian Jessie. On my home network (IPv4 and IPv6), a box with Samba 4.2.10 with IPv6 disabled (via sysctl), will fail to contact a DC because the IPv6 connect fails immediately before the v4