Re: [galaxy-dev] ProFTPD Config Issues

2013-09-05 Thread Panzer, Adam
Hi Joahcim, Thanks so much for your reply. The problem has actually been resolved thanks to a response from Federico Zambelli. Embarrassingly, it did not occur to me that because the passwords had been created while PBKDF2 encryption was enabled, that I would need to reset them after disabling it

Re: [galaxy-dev] ProFTPD Config Issues

2013-09-05 Thread Federico Zambelli
Hello Adam, maybe this is a stupid question, but do you have reset the password for the user you are attempting to login via proftd after you disabled PBKDF2 in universe_wsgi.ini? If not, the password is still encoded with PBKDF2 in the db and thus it will never work with SHA1 authentication.

Re: [galaxy-dev] ProFTPD Config Issues

2013-09-05 Thread Joachim Jacob | VIB |
Hi Adam, I remembered having a hard time getting this to work. After it worked, networkadmins decided to disallow ftp connections at our university due to security concerns... I do not remember the solution (...), but I can share my config files (I am using apache instead of nginx): This

[galaxy-dev] ProFTPD Config Issues

2013-09-04 Thread Panzer, Adam
Hello Devs, I've been trying for a while now to get ProFTPD working for our local instance. I have: 1) Modified pg_hba.conf 2) Set up the ProFTPD config files 3) Disabled PBKDF2 password encryption by adding use_pbkdf2 = false to universe_wsgi.ini I've read through the posts from others with this