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??
VSFTPD und Useranzahl pro Login begrenzen
Re: VSFTPD und Useranzahl pro Login begrenzen
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
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