proftpd on debian - authuserfile
Posted
by
dirknibleck
on Server Fault
See other posts from Server Fault
or by dirknibleck
Published on 2010-08-17T01:26:53Z
Indexed on
2011/11/19
1:54 UTC
Read the original article
Hit count: 616
I have installed proftpd on my debian 4.0 server. I have modified the proftpd.conf file so that there is a statement for AuthUserFile, which points to a valid file. The file is configured per the proftpd specs, however the user that I have placed in this file is not able to log-in to the server. What could I be doing wrong?
AuthUserFile is of the format: username:passwd:999:1002:www:/var/www:/bin/bash
© Server Fault or respective owner