I now have it to where it is indicationg login not correct. I have tried the following:
1. Loged into mysql with -u proftpd -p
use ftpauth
select * from usertable where userid=’API1′ and passwd=PASSWORD(‘myPasswd’);
I get the correct record.
How can I see what is returned to proftpd when it does its query??
How can I see why proftpd did not accept login??
Recent Comments