summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorilsimo <ilsimo>2006-10-25 19:35:07 +0000
committerilsimo <ilsimo>2006-10-25 19:35:07 +0000
commit5dfa4e3f39bc31c4f93c21cfa7fb64cc5cd6e049 (patch)
tree081eec0612eb8159dc9f45bb9e3763eaac63635b /docs
parent2637efd4ee30c0df358238822cac38010aad1d21 (diff)
downloadxrdp-proprietary-5dfa4e3f39bc31c4f93c21cfa7fb64cc5cd6e049.tar.gz
xrdp-proprietary-5dfa4e3f39bc31c4f93c21cfa7fb64cc5cd6e049.zip
Adding MaxLoginRetry configuration option
Diffstat (limited to 'docs')
-rw-r--r--docs/man/sesman.ini.57
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/man/sesman.ini.5 b/docs/man/sesman.ini.5
index af54fa23..c15c3c61 100644
--- a/docs/man/sesman.ini.5
+++ b/docs/man/sesman.ini.5
@@ -142,6 +142,11 @@ If set to \fB1\fR, \fBtrue\fR or \fByes\fR enables root login on the terminal se
.br
.TP
+\fBMaxLoginRetry\fR=\fI[0|1]\fR
+The number of login attempts that are allowed on terminal server. If set to \fI0\fR, unlimited attempts are allowed. The default value for this field is \fI3\fR.
+.br
+
+.TP
\fBTerminalServerUsers\fR=\fItsusers\fR
Only the users belonging to the group \fItsusers\fR are allowed to login on terminal server.
.br
@@ -192,6 +197,8 @@ DisconnectedTimeLimit=0
.br
AllowRootLogin=1
.br
+MaxLoginRetry=3
+.br
TerminalServerUsers=tsusers
.br
TerminalServerAdmins=tsadmins