Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

PROftpd users

Status
Not open for further replies.
Apr 16, 2003
117
US
I have tried a search on this question but I feel I am confsing myself more. I have a little experience in Linux. I run slackware 10.0 and use webmin to help me with most of the setup.
I have been able to get proftp to run an allow root to login [which I will disable] but I cannot seem to setup a non-anonymous user.
What is the best method for that? I added the user to the system but I cannot seem to figure out how to get proftpd to authenticate them.
I looks in the etc/passwd file and there are entires for these other users.
Any help or guidance would be appreciated.
 
Do the users have a valid linux shell (not nologin or false)? By default, ProFTPd requires users to have a valid login shell.
 
I just saw in the log that it was saying they had invalid shell. Someone also mentioned that I should set up a virtual server. I was trying to just use the default options as I only need the FTP server for internal user of a disk image program.
I change the setting where is denied users who did not have a vaild shell. Where do I change their shell? in the user setup?
 
If you are using Webmin, your can find the user settings under: System tab, Users & Groups
 
the user's shell is the last entry in their line in /etc/passwd (last part past the last colon: /path/to/shell/here )

You can edit this manually or use kde users tool, or whatever else you like.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top