Page 1 of 1

VSFTPD und Useranzahl pro Login begrenzen

Posted: 2005-08-03 20:56
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??

Re: VSFTPD und Useranzahl pro Login begrenzen

Posted: 2005-08-08 10:39
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