On Wed, 1 Feb 2006 11:54:19 +0100, FraníĐis Serrault wrote
> Hi,
> I have update the proftpd this morning with a yum update.
> Now, i can't connect to FTP. BQ can't know the user and/or password
> Does somone know how to solve this problem ?
>
> Thanks
>
> Dts1
I updated proftpd some time ago from a third party repo which broke proftpd auths also.
Although it's probably only the pam.d section that broke, I made the following notes to
fix at the time. "workspace" is just a temp dir. My box is Brian's 2.5 ISO install.
### Grab proftpd files that are/maybe broken later ###
cp /etc/pam.d/ftp /home/workspace/
cp /etc/proftpd.conf /home/workspace/
cp /etc/xinetd.d/proftpd /home/workspace/
### Fix proftpd for BQ after update ###
rm /etc/pam.d/proftpd
rm /etc/proftpd.conf.*
rm /etc/xinetd.d/proftpd.*
mv /home/workspace/ftp /etc/pam.d/
mv /home/workspace/proftpd.conf /etc/
mv /etc/xinetd.d/xproftpd /etc/xinetd.d/proftpd
/etc/init.d/xinetd restart
GUI > Disable FTP server > Edit max conns & re-enable.
Let us know how you get on.
Brett