Re: [galaxy-dev] ProFFTPd-1.3.4d no longer able to authenticate users from Postgresql database

2014-01-28 Thread Dooley, Damion
] ProFFTPd-1.3.4d no longer able to authenticate users from Postgresql database So I tried a new version of ProFTPd I was not able to locate lines in universe_wsgi.ini which disable PBKDF2 The answer here does switch the passwords back to SHA1 format: (See http://lists.bx.psu.edu/piper

Re: [galaxy-dev] ProFFTPd-1.3.4d no longer able to authenticate users from Postgresql database

2014-01-27 Thread Hazard, E. Starr
So I tried a new version of ProFTPd I was not able to locate lines in universe_wsgi.ini which disable PBKDF2 Lines from SQLLogFile.txt 2014-01-21 18:09:33,191 mod_sql/4.3[2275]: checking password using SQLAuthType 'sha1' 2014-01-21 18:09:33,191 mod_sql/4.3[2275]: 'sha1' SQLAuthType handler

Re: [galaxy-dev] ProFFTPd-1.3.4d no longer able to authenticate users from Postgresql database

2014-01-08 Thread Hazard, E. Starr
Well when I declare SQLAuthTypesSHA1 SHA256 PBKDF2 SQLPasswordPBKDF2 SHA256 1 24 (per I get this response /shared/app/ProFFTPd-1.3.4d/sbin/proftpd -d9 -n hpcc3 proftpd[31522]: using TCP receive buffer size of 87380 bytes hpcc3 proftpd[31522]: using TCP se

Re: [galaxy-dev] ProFFTPd-1.3.4d no longer able to authenticate users from Postgresql database

2014-01-08 Thread James Taylor
> 'PBKDF2$sha256$1$1xx',got Œyy¹ > I am not using either PBKDF2 or sha256 see below why are these prefixes > appended? Xxx and are NOT the same alphanumeric strings Are you sure? Unless you speficically disable it Galaxy now uses PBKDF2 + SHA256 by default. I'm not sure i

[galaxy-dev] ProFFTPd-1.3.4d no longer able to authenticate users from Postgresql database

2014-01-08 Thread Hazard, E. Starr
I was able to query my Postgresql Db for user authentication at one time. I deleted and then rebuilt the postgresql DB and rebuilt the entire Galaxy instance in early December. Since then I cannot get ProFFTPd-1.3.4d to authenticate users from Postgresql database. At that time my existing univers