summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoichiro IWAO <meta@vmeta.jp>2017-01-30 15:18:48 +0900
committermetalefty <meta@vmeta.jp>2017-01-31 05:07:06 -0300
commit021b79ba55009f8ef826d5a27b7aec1532f6f9cd (patch)
tree69f0bb9f768027b5aa1ca760f00303a371d0a3c6
parent64af6ec03a07c5ef4189462e468571ebda146999 (diff)
downloadxrdp-proprietary-021b79ba55009f8ef826d5a27b7aec1532f6f9cd.tar.gz
xrdp-proprietary-021b79ba55009f8ef826d5a27b7aec1532f6f9cd.zip
docs: remove IdleTimeLimit until it is actually implemented
it gives users false hope and finally disappoints them.
-rw-r--r--docs/man/sesman.ini.5.in6
-rw-r--r--sesman/sesman.ini7
2 files changed, 0 insertions, 13 deletions
diff --git a/docs/man/sesman.ini.5.in b/docs/man/sesman.ini.5.in
index 28da6ce4..9cd05932 100644
--- a/docs/man/sesman.ini.5.in
+++ b/docs/man/sesman.ini.5.in
@@ -126,12 +126,6 @@ If set to \fB1\fR, \fBtrue\fR or \fByes\fR, every session will be killed
within 60 seconds after the user disconnects.
.TP
-\fBIdleTimeLimit\fR=\fInumber\fR
-\fI\This option is currently ignored!\fR Time limit before an idle
-session is disconnected. If set to \fI0\fR, automatic disconnection is
-disabled.
-
-.TP
\fBDisconnectedTimeLimit\fR=\fInumber\fR
Sets the time limit (in seconds) before a disconnected session is killed.
If set to \fI0\fR, automatic killing is disabled.
diff --git a/sesman/sesman.ini b/sesman/sesman.ini
index 674665e9..8225ee44 100644
--- a/sesman/sesman.ini
+++ b/sesman/sesman.ini
@@ -31,13 +31,6 @@ MaxSessions=50
; if 1, true, or yes, kill session after 60 seconds
KillDisconnected=false
-;; IdleTimeLimit - when to disconnect idle sessions
-; Type: integer
-; Default: 0
-; if not zero, the seconds without mouse or keyboard input before disconnect
-; not complete yet
-IdleTimeLimit=0
-
;; DisconnectedTimeLimit - when to kill idle sessions
; Type: integer
; Default: 0