Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
05-13-2003, 09:07 AM
|
#1
|
LQ Newbie
Registered: May 2003
Distribution: Red Hat Linux 9.0
Posts: 16
Rep:
|
FTP virtual users with different home directories
Hello all,
I'm a newbie. I had Red Hat Linux 8 before, now I have 9.
What's driving me nuts is I would just like to set up virtual users on a FTP server on my computer. Also, I would like those virtual users to have different home directories, and I don't want to have to create system accounts to do that.
I read that vsftpd and ProFTPd supports virtual users, but you can't specify different settings for each of them.
Pure-FTPd can, but I was never, never able to enable its virtual users feature, and that server is driving me nuts. I followed all the steps written in their documentation for setting up virtual users, including the command 'pure-db mkdb', and I always get "Authentication Failed" when I try the server with the virtual username. I tried other methods for weeks and I posted in their forum and they don't have a clue what's going on!
Is there anyone who has any ideas? Maybe different deamon? Different login script? I dunno.
Thanks in advance!
|
|
|
05-13-2003, 10:12 AM
|
#2
|
Moderator
Registered: Feb 2002
Location: Grenoble
Distribution: Debian
Posts: 9,696
|
Hello,
I use PureFTPd myself. I remember I had problems at the beginning, but after you know how to set up an account, it's really easy. Here's set of commands I use to add another user:
pure-pw useradd someone -u ftpuser -d /home/ftpusers/someone
pure-pw mkdb
Where ftpuser is an ID (with no shell), /home/ftpusers is my FTP directory.
|
|
|
05-13-2003, 10:23 AM
|
#3
|
LQ Newbie
Registered: May 2003
Distribution: Red Hat Linux 9.0
Posts: 16
Original Poster
Rep:
|
Are you on the Red Hat distro as well?
I tried those commands, as documented, to add users. Yet, when I test my server and I login using the username I just made, it doesn't work. I just don't get it!
|
|
|
05-13-2003, 11:37 AM
|
#4
|
LQ Newbie
Registered: May 2003
Distribution: Red Hat Linux 9.0
Posts: 16
Original Poster
Rep:
|
Now I'm trying pure-ftpd again. It's now giving me the following error msg:
421 Unable to read the indexed puredb file (or old format detected) - Try pure-pw mkdb
Login failed.
No control connection for command: No such file or directory
I tried deleting /etc/pureftpd.pdb and redoing it using 'pure-pw mkdb' ... but it's doing the same thing again when I test my server.
Any suggestions?
|
|
|
05-13-2003, 02:30 PM
|
#5
|
Moderator
Registered: Feb 2002
Location: Grenoble
Distribution: Debian
Posts: 9,696
|
Do you have it from RPM or you compiled it yourself? If you did it yourself, do you remember which configure options you used?
Look if you have /etc/pureftpd.passwd. Add an entry 'pure-pw useradd...', but without mkdb and see if the new entry is added.
|
|
|
05-13-2003, 03:17 PM
|
#6
|
Senior Member
Registered: Aug 2002
Location: Stuttgart (Germany)
Distribution: Debian/GNU Linux
Posts: 1,467
Rep:
|
If all of this doesn't work consider trying vsftpd. It supports virtual users 100% ... I'm using it :-)
|
|
|
05-13-2003, 04:43 PM
|
#7
|
LQ Newbie
Registered: May 2003
Distribution: Red Hat Linux 9.0
Posts: 16
Original Poster
Rep:
|
vsftp allows me to do virtual users, but doesn't allow me to do seperate directories for each of them, and that's my problem.
And I did install Pure-FTPd from the RPM; I didn't compiled it myself.
|
|
|
05-13-2003, 11:37 PM
|
#8
|
LQ Newbie
Registered: May 2003
Distribution: Red Hat Linux 9.0
Posts: 16
Original Poster
Rep:
|
IT'S WORKING!
GREAT!!! Nevermind! IT'S WORKING NOW!!!
I just rebooted and it solved the second problem.
Thanks to all of you!!!
|
|
|
05-26-2004, 02:02 PM
|
#9
|
LQ Newbie
Registered: Feb 2004
Posts: 4
Rep:
|
VSftpd Virtual users
Hello people, could somebody teach me how to add virtual users to VSftpd or ProFtpd ?
Virtual users as in they have their own login/password, and will be directed to their personal home directory and jailed there.
They will not be reflected in /etc/passwd
The examples in the ftp://vsftpd.beast.org only shows how to add virtual users all to one directory, so please help and guide me. Thanks.
I'm using Redhat 9.0.
|
|
|
05-26-2004, 02:13 PM
|
#10
|
Member
Registered: Feb 2004
Posts: 467
Rep:
|
remi has said that VSftpd and ProFtpd supports virtual users, but doesn't allow seperate directories for each of them. So if you want unique directories for each user, use Pure-FTPD instead.
|
|
|
05-26-2004, 02:15 PM
|
#11
|
LQ Newbie
Registered: Feb 2004
Posts: 4
Rep:
|
If thats the case, how does Cpanel/Directadmin does it ? I believe they use proFTPd. Please give opinions thanks.
Btw, thanx for replying.
|
|
|
05-26-2004, 03:47 PM
|
#12
|
Member
Registered: Aug 2003
Posts: 66
Rep:
|
Re: VSftpd Virtual users
Quote:
Originally posted by genexis
Hello people, could somebody teach me how to add virtual users to VSftpd or ProFtpd ?
Virtual users as in they have their own login/password, and will be directed to their personal home directory and jailed there.
I'm using Redhat 9.0.
|
For Proftpd ftpasswd is you friend, take a look at:
http://www.castaglia.org/proftpd/contrib/ftpasswd.html
ftpasswd --help
--home Home directory for the user (required).
|
|
|
05-27-2004, 07:13 AM
|
#13
|
LQ Newbie
Registered: Feb 2004
Posts: 4
Rep:
|
Thanks for the information. However, i've tried using proFTPD and the ftpasswd file, but still cannot seem to get it to work.
When compiling proftpd, must i specify an extra parameter or how else should I utilise ftpasswd file ?
proftpd.conf
# This is a basic ProFTPD configuration file (rename it to
# 'proftpd.conf' for actual use. It establishes a single server
# and a single anonymous login. It assumes that you have a user/group
# "nobody" and "ftp" for normal operation and anon.
ServerName "Xoluxion Network FTP Server daemon"
ServerType standalone
DefaultServer on
# Port 21 is the standard FTP port.
Port 21
# Umask 022 is a good standard umask to prevent new dirs and files
# from being group and world writable.
Umask 022
# To prevent DoS attacks, set the maximum number of child processes
# to 30. If you need to allow more than 30 concurrent connections
# at once, simply increase this value. Note that this ONLY works
# in standalone mode, in inetd mode you should use an inetd server
# that allows you to limit maximum number of processes per service
# (such as xinetd).
MaxInstances 30
# Set the user and group under which the server will run.
User ftp
Group ftp
# To cause every FTP user to be "jailed" (chrooted) into their home
# directory, uncomment this line.
DefaultRoot ~
# Normally, we want files to be overwriteable.
<Directory />
AllowOverwrite on
</Directory>
<Global>
RootLogin on
AuthAliasOnly off
</Global>
ftpasswd user parameter:
[root@nexus proftpd]# ./ftpasswd --passwd --name=chyenw --uid=3001 --home=/home/staff/genexis/.vusers/chyenw --shell=/bin/ftponly
ftpasswd: --passwd: missing --gid argument: default gid set to uid
ftpasswd: updating passwd entry for user chyenw
Password:
Re-type password:
ftpasswd: entry updated
[root@nexus proftpd]#
Please help, thanks in advance.
|
|
|
05-27-2004, 07:28 AM
|
#14
|
Member
Registered: Aug 2003
Posts: 66
Rep:
|
You need to tell Proftpd to use that ftpasswd file, add this to your proftpd.conf:
AuthUserFile /etc/ftpd.passwd
or whatever you put your ftpd.passwd file
|
|
|
07-27-2009, 11:20 AM
|
#15
|
LQ Newbie
Registered: Jul 2009
Posts: 2
Rep:
|
I have the same problem as remi had. Can you tell me if it's supported to allow system and virtual users to use the FTP service at the same time? Or do i need to choose if only system or virtual users are FTP users?
My current configuration is set up to support both but at the moment only system users are getting through.
Also in one forum article (it was for Ubuntu but may still be relevant, is it not?) Eeqmcsq says that it's necessary to create soft link to tell pure-ftp to include virtual user authentication:
Quote:
sudo ln -s /etc/pure-ftpd/conf/PureDB /etc/pure-ftpd/auth/50pure
|
Thanks for any help you can give.
|
|
|
All times are GMT -5. The time now is 07:24 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|