Once you have ensured all sssd packages are updated, as well as libldb package has also been updated, you will need to do:
dnf install ldb-tools
ls -l /var/lib/sss/db/
systemctl stop sssd
mv /var/lib/sss/db/cache_LDAP.ldb /var/lib/sss/db/cache_LDAP.ldb.bak
mv /var/lib/sss/db/timestamps_LDAP.ldb /var/lib/sss/db/timestamps_LDAP.ldb.bak
systemctl start sssd
solution found from google, I noticed your filenames are different, so it may require you to use your filenames, rather than the ones I’ve found above.
It would suggest that after renaming those files, new ones will be created that will use the new path for the memberof.so file.