When downgrading to the prior package, we do not see this problem.
We've taken the following steps as a work-around:

- apt-get -y --allow-downgrades install libsasl2-2=2.1.26.dfsg1-14build1
- apt-get -y --allow-downgrades install 
libsasl2-modules-db=2.1.26.dfsg1-14build1
- apt-get -y --allow-downgrades install libsasl2-modules=2.1.26.dfsg1-14build1
- apt-get -y --allow-downgrades install 
libsasl2-modules-gssapi-mit=2.1.26.dfsg1-14build1

Then we've used apt-pinning to pin those versions:

Package: libsasl2-2
Pin: release o=Ubuntu version 2.1.26.dfsg1-14build1
Pin-Priority: 999

Package: libsasl2-modules
Pin: release o=Ubuntu version 2.1.26.dfsg1-14build1
Pin-Priority: 999

Package: libsasl2-modules-db
Pin: release o=Ubuntu version 2.1.26.dfsg1-14build1
Pin-Priority: 999

Package: libsasl2-modules-gssapi-mit
Pin: release o=Ubuntu version 2.1.26.dfsg1-14build1
Pin-Priority: 999

And we've used a hold to (temporarily) keep them from being upgraded:

echo <pkgname> hold | sudo dpkg --set-selections

... We've done that for each of the four above packages. Going this
route does prevent the issue for now / keeps SSSD from failing.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1861230

Title:
  _sasl_plugin_load failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cyrus-sasl2/+bug/1861230/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to