Comment 3 for bug 1906627

Revision history for this message
Matthew Ruffell (mruffell) wrote : Re: adcli fails, can't contact LDAP server

I built the current upstream master branch of adcli, and it too fails on Bionic:

https://paste.ubuntu.com/p/vsgfxyb9X7/

This must be why the exact same patches work on Focal. The problem probably isn't adcli itself, but more likely a library it depends on.

# apt depends adcli
adcli
  Depends: libsasl2-modules-gssapi-mit
  Depends: libc6 (>= 2.14)
  Depends: libgssapi-krb5-2 (>= 1.6.dfsg.2)
  Depends: libk5crypto3 (>= 1.7+dfsg)
  Depends: libkrb5-3 (>= 1.10+dfsg~alpha1)
  Depends: libldap-2.4-2 (>= 2.4.7)

I will try upgrading each of these one at a time to see if it improves the situation.