proftp login problems for owned ips

surajneupane

New member
Joined
Apr 27, 2010
Messages
2
I've upgraded my Operating system, now proftp is acting weird.
All the normal accounts can access the ftp service, but the owned ips are not allowed. I've checked the proftpd.vhosts.conf file also. Everything seems fine.
When I create a new user for the owned IP from directadmin, I see the entry being added in /usr/local/directadmin/data/users/<user_name>/ftp.passwd. But when i try to login using the account, it says login incorrect.
I've even used AuthOrder mod_auth_file.c option in proftpd.conf file.
Help please
 
My recollection is that for sites on owned IP#s, you must login only one way. I don't remember if that's as your hostname or as your domain name.

Try both and let us know which one works.

Jeff
 
please confirm the ftp password file in the proftpd.vhosts.conf for owned IP
Owned IP's use the file in /usr/local/directadmin/data/users/<user>/ftp.passwd, which DA should automatically configure....... not sure why we need to disable the mod_auth_file.c, that said, all other ftp logins (that use proftpd.passwd) work regardless of this mod_auth_file.c
 
Last edited:
Back
Top