E Eslam K Guest Nov 20, 2010 #1 i can not access domains by ftp when i upgrade plesk to 9.5.3 what can i do
B blank_page Regular Pleskian Nov 21, 2010 #3 Hi, you need to post some error messages. Is port 21 up at all ? Whats the behaviour of the ftp server? Can connect, but not authenticate?
Hi, you need to post some error messages. Is port 21 up at all ? Whats the behaviour of the ftp server? Can connect, but not authenticate?
E Eslam K Guest Nov 21, 2010 #4 when i try to connect by ftp give me that username or password error i try to change domain password but same problem
when i try to connect by ftp give me that username or password error i try to change domain password but same problem
V VyReN Guest Nov 21, 2010 #5 ANSWER! Maybe... Any chance you're running FC8? I had the same issue, traced it back to /etc/pam.d/proftpd From whatever this website is: http://www.castaglia.org/proftpd/doc/README.PAM.html I changed the existing /etc/pam.d/proftpd to read: Code: auth required /lib/security/pam_listfile.so item=user sense=deny file=/etc/ftpusers onerr=succeed auth required /lib/security/pam_unix.so shadow nullok account required /lib/security/pam_unix.so session required /lib/security/pam_unix.so And then /etc/init.d/xinetd restart Viola, all was well. I did make a point to verify each file existed before saving /etc/pam.d/proftpd, you should to. Couldn't find the answer with Google, only this post - so hopefully this will help others?
ANSWER! Maybe... Any chance you're running FC8? I had the same issue, traced it back to /etc/pam.d/proftpd From whatever this website is: http://www.castaglia.org/proftpd/doc/README.PAM.html I changed the existing /etc/pam.d/proftpd to read: Code: auth required /lib/security/pam_listfile.so item=user sense=deny file=/etc/ftpusers onerr=succeed auth required /lib/security/pam_unix.so shadow nullok account required /lib/security/pam_unix.so session required /lib/security/pam_unix.so And then /etc/init.d/xinetd restart Viola, all was well. I did make a point to verify each file existed before saving /etc/pam.d/proftpd, you should to. Couldn't find the answer with Google, only this post - so hopefully this will help others?