owncloud / owncloud/user_ldap

LDAP connection timeout during long running processes

Open
#40 21 comments 0 reactions 2 assignees View on GitHub

@butonic is already working on this.

Since Jan 26, 2017.

bug p3-medium
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.