URL: https://github.com/SSSD/sssd/pull/835 Author: thalman Title: #835: LDAP: failover does not work on non-responsive ldaps Action: opened
PR body: """ In case ldaps:// is used, then establishing the secure socket is a sychronous operation. If there's nothing on the other end, then the process would be stuck waiting in for the crypto library to finish.
Here we set socket read/write timeout so the operation can finish in reasonable time with an error. The ldap_network_timeout option is used for this timeout.
Resolves: https://pagure.io/SSSD/sssd/issue/2878 """
To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/835/head:pr835 git checkout pr835
URL: https://github.com/SSSD/sssd/pull/835 Author: thalman Title: #835: LDAP: failover does not work on non-responsive ldaps Action: synchronized
To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/835/head:pr835 git checkout pr835
URL: https://github.com/SSSD/sssd/pull/835 Title: #835: LDAP: failover does not work on non-responsive ldaps
alexey-tikhonov commented: """ Now patch LGTM. But I didn't test it manually. """
See the full comment at https://github.com/SSSD/sssd/pull/835#issuecomment-505504017
URL: https://github.com/SSSD/sssd/pull/835 Title: #835: LDAP: failover does not work on non-responsive ldaps
jhrozek commented: """ I raw some downstram QE tests related to LDAP provider and didn't see any regressions. ACK. """
See the full comment at https://github.com/SSSD/sssd/pull/835#issuecomment-508709619
URL: https://github.com/SSSD/sssd/pull/835 Title: #835: LDAP: failover does not work on non-responsive ldaps
Label: +Accepted
URL: https://github.com/SSSD/sssd/pull/835 Title: #835: LDAP: failover does not work on non-responsive ldaps
jhrozek commented: """ * master: 2d657dffb419640860e46ed417137b0e2cc7d9af * sssd-1-16: 442cd658329251d8390dd5bd790d86c78ead88ab """
See the full comment at https://github.com/SSSD/sssd/pull/835#issuecomment-508713996
URL: https://github.com/SSSD/sssd/pull/835 Author: thalman Title: #835: LDAP: failover does not work on non-responsive ldaps Action: closed
To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/835/head:pr835 git checkout pr835
URL: https://github.com/SSSD/sssd/pull/835 Title: #835: LDAP: failover does not work on non-responsive ldaps
Label: +Pushed
sssd-devel@lists.fedorahosted.org