Web Hosting Talk







View Full Version : Multiple virtual users with the same homedir on proftpd


NaturalHost
04-11-2003, 06:15 PM
Hi

I'm wondering if its possible to have multiple users (not unix users, but virtual users), with different passwords who when they login will get read/write to the same default home directory?

Does that make sense :)?

I'm using proftpd - but if it isn't possible with proftpd I would be happy to switch to an ftpd that this is possible with.

Kind Regards,
NaturalHost

KMhost
04-11-2003, 11:53 PM
You could always chroot them all to the same directory, make the directory g+rw , and then add them all to the same group.

itzangler
04-12-2003, 07:00 PM
I have just figured this out the other day with proftpd. You have to use AuthUserFile. Basically you download a script that allows you to add the users with their passwords and home dir. It uses the same format as passwd. I am not at home right now, I can get you the link tomarrow to some pages to the script and documentation. Email if you have any questions.

VNPIXEL
04-13-2003, 03:21 AM
itzangler, please post the link on how to do it. A client of mine is looking for this issue too. Thanks

itzangler
04-13-2003, 05:10 PM
Here is the link on how to do it. There is a link from that page to the tool to download to add the users. If you have any questions, email me.

http://www.castaglia.org/proftpd/contrib/ftpasswd.html