Networking Forums

Networking Forums > Computer Networking > Linux Networking > proftpd.conf configuration

Reply
Thread Tools Display Modes

proftpd.conf configuration

 
 
NPS
Guest
Posts: n/a

 
      04-24-2006, 01:59 PM
Hi,

I have tried to modify 'proftpd.conf' to do the following:

I have some superusers that need to be able to login in using a common
username and password, and upload/download files and create/delete
folders.

Then I need to allow access for some users. They should be able to
login using a common username and password, but they are only allowed
to read the files (uploaded by the superusers), and nothing else.

What do I need to add to my 'proftpd.conf' file?

 
Reply With Quote
 
 
 
 
R12y
Guest
Posts: n/a

 
      04-24-2006, 05:47 PM
On Mon, 24 Apr 2006 06:59:44 -0700, NPS wrote:

> I have some superusers that need to be able to login in using a common
> username and password, and upload/download files and create/delete
> folders.


Create an account, let's say "foo1" with password "bar1"
Its HOME will be /home/foo1

This will be the superuser account.

> Then I need to allow access for some users. They should be able to
> login using a common username and password, but they are only allowed
> to read the files (uploaded by the superusers), and nothing else.


Create an account named "foo2" with a password "bar2" _and_ set its HOME
to /home/foo1.
Make sure /home/foo1 is owned by foo1 and not by anyone else.
Also take care of the groups.

> What do I need to add to my 'proftpd.conf' file?


Ensure all users are chrooted to their HOME by putting

DefaultRoot ~

into the proftpd.conf.

--
Debian/apt Repo: http://locataire-serveur.info/sectio...ian-repository
Fedora/yum Repo: http://locataire-serveur.info/sectio...edora-core-yum

 
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
dhcpd.conf, resolv.conf and the search directive Andy Richardson Linux Networking 4 07-13-2005 08:23 AM
Proftpd who is connecting? Shabam Linux Networking 5 06-14-2005 01:57 AM
who can fix a proftpd.conf problem volkman Linux Networking 5 04-30-2004 09:55 PM
Proftpd + Apache: a question on ftp access configuration fil Linux Networking 0 12-18-2003 10:26 AM
proftpd configuration problem Jander Linux Networking 0 07-23-2003 04:21 PM



1 2 3 4 5 6 7 8 9 10 11