Hans writes: > I am running denbian/testing and dicovered, that /var/log/auth.log is got > spammed with the message, that /lib/security/pam_ck_connector.so is missing. > > And yes, it is really missing. However, libpam-ck-connector can not be > installed (due to dependencies of systemd).
pam_ck_connector belongs to consolekit which is no longer supported. Is libpam-ck-connector still partly installed? What does `dpkg -l libpam-ck-connector` say? Is pam_ck_connector still used anywhere in /etc/pam.d/*? Ansgar