#2915 Make the libsss_idmap.so library private
Closed: wontfix 4 years ago by pbrezina. Opened 8 years ago by jhrozek.

There are no external consumers and carrying an external library is a pain. Moreover, a private library is easier to change w/o being so strict about backwards compatibility.


We cannot easily make the library private because package sssd-client depends on it.

sh$ rpm -q --requires sssd-client | grep idmap
libsss_idmap.so.0()(64bit)
libsss_idmap.so.0(SSS_IDMAP_0.4)(64bit)
libsss_nss_idmap.so.0()(64bit)
libsss_nss_idmap.so.0(SSS_NSS_IDMAP_0.0.1)(64bit)



sh$ objdump -p /usr/lib64/cifs-utils/cifs_idmap_sss.so | grep -A4 "Version References"
Version References:
  required from libsss_idmap.so.0:
    0x09ed20f4 0x00 05 SSS_IDMAP_0.4
  required from libsss_nss_idmap.so.0:
    0x0597c1a1 0x00 03 SSS_NSS_IDMAP_0.0.1

cc: => lslebodn

Fields changed

rhbz: => todo

Fields changed

milestone: NEEDS_TRIAGE => SSSD 1.14 alpha

The plans are still not finalized and additionally it would be best to make the 1.14 Alpha release small and targeted. Moving to Beta.

milestone: SSSD 1.14 alpha => SSSD 1.14 beta

There is also another usage of libsss_idmap in freeipa.
Yet another blocker.

sh$ dnf repoquery --whatrequires "libsss_idmap.so.0()(64bit)"
Last metadata expiration check performed 0:35:29 ago on Wed Mar  9 08:54:36 2016.
freeipa-server-trust-ad-0:4.3.0-3.fc24.x86_64
libsss_idmap-devel-0:1.13.3-5.fc24.x86_64
sssd-ad-0:1.13.3-5.fc24.x86_64
sssd-client-0:1.13.3-5.fc24.x86_64
sssd-common-0:1.13.3-5.fc24.x86_64
sssd-common-pac-0:1.13.3-5.fc24.x86_64
sssd-ipa-0:1.13.3-5.fc24.x86_64
sssd-ldap-0:1.13.3-5.fc24.x86_64

We won't work on this ticket in the scope of the 1.14 release.

milestone: SSSD 1.14 beta => SSSD 1.15 beta

Metadata Update from @jhrozek:
- Issue set to the milestone: SSSD Future releases (no date set yet)

7 years ago

Metadata Update from @thalman:
- Custom field design_review reset (from 0)
- Custom field mark reset (from 0)
- Custom field patch reset (from 0)
- Custom field review reset (from 0)
- Custom field sensitive reset (from 0)
- Custom field testsupdated reset (from 0)
- Issue close_status updated to: None
- Issue tagged with: Canditate to close

4 years ago

Thank you for taking time to submit this request for SSSD. Unfortunately this issue was not given priority and the team lacks the capacity to work on it at this time.

Given that we are unable to fulfill this request I am closing the issue as wontfix.

If the issue still persist on recent SSSD you can request re-consideration of this decision by reopening this issue. Please provide additional technical details about its importance to you.

Thank you for understanding.

Metadata Update from @pbrezina:
- Issue close_status updated to: wontfix
- Issue status updated to: Closed (was: Open)

4 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/3956

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