I am using libnss-mysql qith proftpd. When a user performs a directory listing through FTP the root info comes up as this:
ftp> dir
200 PORT command successful
150 Opening ASCII mode data connection for file list
drwxr-xr-x 6 ajai ajai 4096 Dec 14 19:11 cgi-bin
drwxr-xr-x 7 ajai ajai 32768 Dec 14 19:11 html
drwxr-xr-x 2 (?) (?) 4096 Dec 14 19:06 logs
226 Transfer complete.
The logs folder is owned by root and comes up as such when doing a listing through ssh with the ls command.
Can anyone explain why and how to fix it?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am using libnss-mysql qith proftpd. When a user performs a directory listing through FTP the root info comes up as this:
ftp> dir
200 PORT command successful
150 Opening ASCII mode data connection for file list
drwxr-xr-x 6 ajai ajai 4096 Dec 14 19:11 cgi-bin
drwxr-xr-x 7 ajai ajai 32768 Dec 14 19:11 html
drwxr-xr-x 2 (?) (?) 4096 Dec 14 19:06 logs
226 Transfer complete.
The logs folder is owned by root and comes up as such when doing a listing through ssh with the ls command.
Can anyone explain why and how to fix it?
proftpd version? What's your "PersistentPasswd" password configuration setting?
Is it only root users or any non-libnss-mysql user?