Ronny Forberger <ronnyforber...@ronnyforberger.de> writes: > Nov 13 16:54:21 macy sudo: in openpam_dispatch(): calling > pam_sm_authenticate() in /usr/local/lib/pam_sss.so > [...] > Nov 13 16:54:24 macy sudo: in openpam_dispatch(): /usr/local/lib/pam_sss.so: > pam_sm_authenticate(): system error
So some sort of error occurred within the pam_sss module. Check /var/log/messages and /var/log/auth.log, and if there's nothing there you'll have to consult either the documentation or the code to see where it logs errors, or how to configure logging. As a last resort, you can try to ktrace a process that calls it and see what happens immediately before openpam_dispatch() logs that "system error" message. DES -- Dag-Erling Smørgrav - d...@des.no _______________________________________________ freebsd-security@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-security To unsubscribe, send any mail to "freebsd-security-unsubscr...@freebsd.org"