LDAP connection timeout during long running processes
@butonic is already working on this.
Since Jan 26, 2017.
- Dominant language
- PHP
- Stars
- 17
- Forks
- 19
- Avg merge
- 11h 40m
- Merged PRs (30d)
- 2
Description
It has been observed that sometimes after long running processes, the LDAP connection can time out.
One idea would be to regularily reconnection to LDAP, or even detect the timeout and issue a single reconnection attempt.
I seem to remember that @jvillafanez said it was tricky or not possible. Can you repost your answer here ?
One other solution that we'll need soon is to have a user account table https://github.com/owncloud/core/issues/23558 to remove the need to connect to LDAP that often, which should solve most of the timeout problems.
@jvillafanez @butonic @DeepDiver1975
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.