VSFTPD und Useranzahl pro Login begrenzen

Backup, Restore und Transfer von Daten
Post Reply
fremd
Posts: 105
Joined: 2002-06-21 16:23
 

VSFTPD und Useranzahl pro Login begrenzen

Post by fremd »

Hallo,

kann ich VSFTPD irgendwo sagen wieviel User pro Login reinduerfen ?? Wenn ja wie kann ich das loesen?? Kann ich das Userunabhaengig einstellen oder ist das global??
ag
Posts: 89
Joined: 2004-07-25 00:17
 

Re: VSFTPD und Useranzahl pro Login begrenzen

Post by ag »

http://vsftpd.beasts.org/vsftpd_conf.html


max_clients
If vsftpd is in standalone mode, this is the maximum number of clients which may be connected. Any additional clients connecting will get an error message.
Default: 0 (unlimited)

max_per_ip
If vsftpd is in standalone mode, this is the maximum number of clients which may be connected from the same source internet address. A client will get an error message if they go over this limit.
Default: 0 (unlimited)

By AG
Post Reply