Okay, first off, I have searched and searched not only this forum, but many other forums, and still have not found a fix for my problem.
I have Pure-FTPD 1.0.19 installed on my Debian Box. I have taken off PAM authentication. I have created an ftp group like so:
and created a basic FTP user like so:
Code:
useradd -g ftpgroup -d /dev/null -s /etc ftpuser
I created two users by the name of britt and mark. Created the passwords. Created the pureftp database. The users all have shells (/bin/bash)
If I try to logon on to FTP server using my system name drew with its password, then it logs on. If I logon with anything else (britt, mark - with passwords) ...it does't work.
Both britt and mark are system and ftp usernames.
If someone could shed some light on this, I would be extremely happy.