photon icon indicating copy to clipboard operation
photon copied to clipboard

sssd-ad-2.8.2-13.ph5.x86_64.rpm fails to load AD module

Open novaksam opened this issue 11 months ago • 1 comments

Describe the bug

There appears to be a bug in the latest sssd-ad update. When i attempt to start/restart sssd with AD set as the identity provider the logging for the AD module produces the following (at the end of the log):

  • (2025-01-03 13:28:16): [be[uwsp.edu]] [dp_load_module] (0x0400): About to load module [ad].
  • (2025-01-03 13:28:16): [be[uwsp.edu]] [dp_module_open_lib] (0x1000): Loading module [ad] with path [/usr/lib/sssd/libsss_ad.so]
  • (2025-01-03 13:28:16): [be[uwsp.edu]] [dp_module_open_lib] (0x0010): Unable to load module [ad] with path [/usr/lib/sssd/libsss_ad.so]: /usr/lib/sssd/libsss_ad.so: undefined symbol: sdap_iphost_handler_send

Downgrading to sssd-ad-2.8.2-12.ph5.x86_64.rpm resolved the issue

Specifically I did tdnf --enablerepo=photon downgrade sssd-ad

Reproduction steps

systemctl restart sssd

Expected behavior

SSSD starts correctly.

Additional context

No response

novaksam avatar Jan 03 '25 19:01 novaksam

There is no functional change between v2.8.2-12 and v2.8.2-13, it is just a release bump. https://github.com/vmware/photon/blob/5.0/SPECS/sssd/sssd.spec#L994

This could be due to missing ldconfig post upgrade, can you please install v2.8.2-13 and do ldconfig and then see if the issue still happens.

cc: @bhllamoreaux

sshedi avatar Feb 10 '25 09:02 sshedi