Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
ProFTPD issue
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
Forse
Apprentice
Apprentice


Joined: 26 Dec 2002
Posts: 260
Location: /dev/random

PostPosted: Mon May 12, 2003 11:51 pm    Post subject: ProFTPD issue Reply with quote

Hi everyone. I use ProFTPD and i love it. I just miss couple of things:
    1. How to make that only one group is capable of loging in?
    2. How to make that only some ip's are allowed to login?
    3. I do some bandwidth limiting with proftpd, but how can i have user separate settings. For example for user2 100kb/s for user4 no limit...how can that be done?

thnx a lot in advance :)
_________________
[ My sites ]: UnixTutorials : AniFIND : AnimeYume
Back to top
View user's profile Send private message
dma
Guru
Guru


Joined: 31 Jan 2003
Posts: 437
Location: Charlotte, NC, USA

PostPosted: Wed May 14, 2003 12:27 am    Post subject: Reply with quote

#1:
You can use directory-based limitation:
http://www.castaglia.org/proftpd/doc/contrib/functional-directive-index.html#AccessControl

Or you can experiment:
THIS IS PURELY UNTESTED GUESSWORK!!!!

In your proftpd.conf:
Code:
AuthPAMConfig ftp


In /etc/pam.d/ftp:
Code:
auth       required     /lib/security/pam_wheel.so use_uid group=ftpallow


As for the bandwidth limitations: you might need to make virtual servers.
Back to top
View user's profile Send private message
puggy
Bodhisattva
Bodhisattva


Joined: 28 Feb 2003
Posts: 1992
Location: Oxford, UK

PostPosted: Wed May 14, 2003 12:36 am    Post subject: Reply with quote

You might want to look at the webmin interface. proftpd is supported and it makes it pretty easy.

Puggy
_________________
Where there's open source , there's a way.
Back to top
View user's profile Send private message
Forse
Apprentice
Apprentice


Joined: 26 Dec 2002
Posts: 260
Location: /dev/random

PostPosted: Wed May 14, 2003 2:02 am    Post subject: Reply with quote

puggy wrote:
You might want to look at the webmin interface. proftpd is supported and it makes it pretty easy.

Puggy


I ALWAYS try to stay away from things like webmin, I like using jed and editing conf files. It gives me a geeky feeling :mrgreen:

I would like to have say 2 groups in proftpd:
    1. With bandwidth limiting
    2. Without limiting

Any suggestions how that could be done?
_________________
[ My sites ]: UnixTutorials : AniFIND : AnimeYume
Back to top
View user's profile Send private message
Forse
Apprentice
Apprentice


Joined: 26 Dec 2002
Posts: 260
Location: /dev/random

PostPosted: Fri May 23, 2003 11:44 am    Post subject: Reply with quote

I just wanted to notify that in version of 1.8 there is TransferRate which is perfect answer to my question 3 :)
_________________
[ My sites ]: UnixTutorials : AniFIND : AnimeYume
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum