File: limit_README.txt

package info (click to toggle)
pyftpd 0.8.1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 524 kB
  • ctags: 448
  • sloc: python: 2,748; sh: 80; makefile: 43
file content (19 lines) | stat: -rw-r--r-- 583 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
MODULE NAME
    limit_module - limit maximum numbers of connections for users

OPTIONS
    none

DESCRIPTION
    Configure list of users, corresponding number of maximum number of
    users connected simultaneously.
    You can use * to match all users, or as mask, e.g. ab* matches all users
    beginning with ab. Order is important, first use most general patterns, 
    then specific ones (in other words, put limit for * (all users) at the 
    first line)
    Unlike iplimit_module, this module limits the total number of logged 
    in users.

SEE ALSO
    iplimit_module