|
Name | LDAPQueryTimeout | |
Syntax | LDAPQueryTimeout timeout-seconds |
Context | Server config <Global> <VirtualHost> |
Modul | mod_ldap |
Standard | default-api-timeout |
From version | mod_ldap v2.0 |
Description | |
06.00.2003 20:02 |
|
|
|
Name | TimeoutIdle | |
Syntax | TimeoutIdle seconds |
Context | Server config |
Modul | mod_core |
Standard | 600 |
From version | 0.99.0 |
Description | |
06.00.2003 20:02 |
|
|
|
Name | TimeoutLogin | |
Syntax | TimeoutLogin seconds |
Context | Server config |
Modul | mod_core |
Standard | 300 |
From version | 0.99.0 |
Description | |
06.00.2003 20:02 |
|
|
|
Name | TimeoutNoTransfer | |
Syntax | TimeoutNoTransfer seconds |
Context | Server config |
Modul | mod_core |
Standard | 300 |
From version | 0.99.0 |
Description | |
06.00.2003 20:02 |
|
|
|
Name | TimeoutStalled | |
Syntax | TimeoutStalled seconds |
Context | Server config |
Modul | mod_core |
Standard | 3600 |
From version | 1.1.6 |
Description | |
06.00.2003 20:02 |
|
|
|
Name | TimeoutSession | |
Syntax | TimeoutSession [ seconds ["user"|"group"|"class" expression]] |
Context | Server config <Global> <VirtualHost> <Anonymous> |
Modul | mod_auth |
Standard | |
From version | 1.2.6rc1 and later |
Description | The TimeoutSession directive sets the maximum number of seconds a control connection between the proftpd server and an FTP client can exist after the client has successfully authenticated. If the seconds argument is set to 0, sessions are allowed to last indefinitely (the default).
The optional parameters are used to restrict the session time limit only to specific users. If "user" restriction is given, then expression is a user-expression specifying to which users the time limit applies. Similarly for the "group" restriction. For the "class" restriction, the expression is simply the name of connection class for whom the time limit will apply. Note that use of the "user" or "group" classifiers within an <Anonymous> context will not make much sense. |
Example 1 | # Kick the user off after 60 minutes
TimeoutSession 3600 |
Example 2 | # set a draconian session time limit
TimeoutSession 60
# set session time limits for everyone except a few privileged users
TimeoutSession 300 user !bob,!dave,!jenni |
06.00.2003 21:02 |
|
|