search for: postprocess_recv

Displaying 4 results from an estimated 4 matches for "postprocess_recv".

2019 Sep 18
2
LDAP bind to AD fails
Am 18.09.19 um 19:16 schrieb Kris Lou via samba: > More than likely, certificate issues. > > If you use the IP in pfsense, then the Samba certificate needs to have the > IP as the CN. So you suggest to contact the dc via hostname ... googled this query command: # openssl s_client -connect adc1:636 tells me ... CONNECTED(00000003) depth=0 O = Samba Administration, OU = Samba -
2019 Sep 18
2
LDAP bind to AD fails
.../ldap_server/ldap_extended.c:89(ldapsrv_starttls_postprocess_done) ldapsrv_starttls_postprocess_done: accept_tls_loop: tstream_tls_accept_recv() - 5:Input/output error => NT_STATUS_IO_DEVICE_ERRORstream_terminate_connection: Terminating connection - 'ldapsrv_call_postprocess_done: call->postprocess_recv() - NT_STATUS_IO_DEVICE_ERROR' hmmm unencrypted doesn't work at all ... right? As it worked already yesterday I assume it does not have to do with some certificate issues? AD-CA or so? We authed with specific bind credentials etc ... and I wonder what to look for. Samba version 4.9.13-...
2019 Sep 18
0
LDAP bind to AD fails
...tended.c:89(ldapsrv_starttls_postprocess_done) > ldapsrv_starttls_postprocess_done: accept_tls_loop: > tstream_tls_accept_recv() - 5:Input/output error => > NT_STATUS_IO_DEVICE_ERRORstream_terminate_connection: Terminating > connection - 'ldapsrv_call_postprocess_done: call->postprocess_recv() - > NT_STATUS_IO_DEVICE_ERROR' > > hmmm > > unencrypted doesn't work at all ... right? > > As it worked already yesterday I assume it does not have to do with some > certificate issues? AD-CA or so? > > We authed with specific bind credentials etc ... and I w...
2019 Sep 18
2
LDAP bind to AD fails
...tended.c:89(ldapsrv_starttls_postprocess_done) > ldapsrv_starttls_postprocess_done: accept_tls_loop: > tstream_tls_accept_recv() - 5:Input/output error => > NT_STATUS_IO_DEVICE_ERRORstream_terminate_connection: Terminating > connection - 'ldapsrv_call_postprocess_done: call->postprocess_recv() - > NT_STATUS_IO_DEVICE_ERROR' > > again I assume I have to somehow import the Samba-ADS-CA into pfsense? I took /var/lib/samba/private/tls/ca.pem and imported that as an additional CA ... ... and now it works ... I wonder how long ... thanks so far!