#3106 ldap_child does not remove temporary files when it's killed with SIGTERM
Closed: Fixed None Opened 7 years ago by jhrozek.

The ldap_child helper process creates a temporary file and then acquires credentials, which is a synchronous operation. If that takes more than a configured timeout, the parent (sssd_be) kills the child process with SIGTERM. But if the child process is killed, we don't remove the temporary file. We need to fix that..


Fields changed

owner: somebody => pcech

I think we didn't discuss milestone, but IMO this ticket belongs to the stable version, because it can potentially flood the filesystem with temporary files.

milestone: NEEDS_TRIAGE => SSSD 1.13.5

Fields changed

status: new => assigned

Fields changed

patch: 0 => 1

sssd-1-13:
- 41afbb6
- 09403b6
- 96e135a

resolution: => fixed
status: assigned => closed

Metadata Update from @jhrozek:
- Issue assigned to pcech
- Issue set to the milestone: SSSD 1.13.5

7 years ago

SSSD is moving from Pagure to Github. This means that new issues and pull requests
will be accepted only in SSSD's github repository.

This issue has been cloned to Github and is available here:
- https://github.com/SSSD/sssd/issues/4139

If you want to receive further updates on the issue, please navigate to the github issue
and click on subscribe button.

Thank you for understanding. We apologize for all inconvenience.

Login to comment on this ticket.

Metadata