On 3/26/2019 1:46 PM, Xi Ruoyao via blfs-dev wrote:
Hi all,In r17441 DJ added PAM support to vsftpd. But when I was installing it I found a hard-coded absolute path to PAM module: auth required /lib/security/pam_listfile.so item=user sense=deny \ file=/etc/ftpusers \ onerr=succeed But OTOH pam_shells.so doesn't have an absolute path: auth required pam_shells.so So is this absolute path intentional or an oversight?
It's an oversight. I probably copied it directly from the included example and forgot to kill the path.
--DJ -- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
