#797 SSSD on RHEL5 crashes if the first LDAP server is unreachable
Closed: Fixed None Opened 13 years ago by sgallagh.

From https://bugzilla.redhat.com/show_bug.cgi?id=676027

Due to the older openldap libraries in RHEL 5, we are required to take a different approach to identify the file descriptor being used by the openldap libraries. When the server is resolvable by DNS but cannot actually be contacted (for example the LDAP service is not running on the LDAP server), the routine we use to query the file descriptor returns LDAP_SUCCESS (meaning the routine succeeded) but the file descriptor value is -1.

We were not properly checking that the file descriptor is valid.


Fields changed

status: new => assigned

Fixed by fb0df85

resolution: => fixed
status: assigned => closed

Metadata Update from @sgallagh:
- Issue assigned to sgallagh
- Issue set to the milestone: SSSD 1.5.2

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/1839

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