Yes, we do, sorry. Didn't think about our PAM changes! :-) We want to authenticate against a windows server, using libpam_smb. There was no libpam_smb package in Dapper, so I installed the one from Woody (there isn't one for Sarge either): libpam-smb 1.1.6-1.1woody1. The install went fine, and with the config changes below it also works fine.
I've further verified that this is the cause of the problem by backing out the config change below: pressing Ctrl-D then doesn't cause su to segfault. /etc/pam.d/common-auth contains: auth sufficient /lib/security/pam_smb_auth.so auth sufficient pam_unix.so nullok_secure /etc/pam_smb.conf contains: (though this is likely not very interesting - just the domain and server to authenticate against) ensoft ensoft1 -- su segfaults when you press Ctrl-D https://launchpad.net/bugs/64870 -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
